Changeset 2166
- Timestamp:
- 12/23/08 02:41:36 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/Makefile.PL
r2132 r2166 2 2 use lib 'privinc'; 3 3 use inc::Module::Install; 4 5 # workaround for the fact that Module::Install loads the modules 6 # into memory and when Test::NoWarnings is loaded it will hide 7 # the warnings generated from that point. 8 eval { 9 require Test::NoWarnings; 10 $SIG{__WARN__} = 'DEFAULT'; 11 }; 12 4 13 5 14 use Config;
Note: See TracChangeset
for help on using the changeset viewer.
