- Timestamp:
- 11/28/08 15:12:15 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/Constants.pm
r811 r1043 1 1 #package Foswiki::Plugins::WysiwygPlugin::Constants; 2 2 # Use s simpler-named namespace for constants to improve code readability 3 package WC;3 package Foswiki::Plugins::WysiwygPlugin::Constants; 4 4 5 5 use strict; … … 302 302 } 303 303 304 # Create shorter alias for other modules 305 no strict 'refs'; 306 *{'WC::'} = \*{'Foswiki::Plugins::WysiwygPlugin::Constants::'}; 307 304 308 1;
Note: See TracChangeset
for help on using the changeset viewer.
