Changeset 810 for trunk/core/lib/Foswiki.pm
- Timestamp:
- 11/19/08 14:49:35 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki.pm
r809 r810 50 50 use Error qw( :try ); 51 51 use CGI; # Always required to get html generation tags; 52 53 BEGIN { $Package::Alias::BRAVE = 1 }54 use Package::Alias55 'TWiki::Plugins' => 'Foswiki::Plugins',56 'TWiki::Func' => 'Foswiki::Func';57 { package TWiki::Func; }58 52 59 53 use Foswiki::Response;
Note: See TracChangeset
for help on using the changeset viewer.
