Changeset 24521
- Timestamp:
- 11/21/08 00:52:34 (7 weeks ago)
- Files:
-
- 1 modified
-
lang/perl/DateTime-Lite/trunk/Makefile.PL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/DateTime-Lite/trunk/Makefile.PL
r24518 r24521 3 3 4 4 name('DateTime-Lite'); 5 all_From('lib/DateTime/Lite.pm'); 5 all_from('lib/DateTime/Lite.pm'); 6 7 requires 'SelfLoader'; 8 requires 'Scalar::Util'; 9 requires 'Time::Local'; 10 if ($^O eq 'MSWin32') { 11 requires 'Win32::TieRegistry'; 12 } 6 13 7 14 my $postamble = <<'EOM'; … … 22 29 23 30 tests 't/*.t t/*/*.t'; 24 requires 'SelfLoader';25 31 WriteAll; 26 32
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)