Changeset 8947 for lang/perl/Win32-UrlCache
- Timestamp:
- 04/06/08 00:18:22 (5 years ago)
- Location:
- lang/perl/Win32-UrlCache/trunk
- Files:
-
- 3 modified
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (2 diffs)
-
lib/Win32/UrlCache.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Win32-UrlCache/trunk/Changes
r1001 r8947 1 1 Revision history for Win32-UrlCache 2 3 0.06 2008/04/06 4 - no new feature 5 - added DateTime/Math::BigInt dependencies even on Win32 2 6 3 7 0.05 2007/11/01 -
lang/perl/Win32-UrlCache/trunk/Makefile.PL
r721 r8947 11 11 'Class::Accessor::Fast' => 0, 12 12 'Test::UseAllModules' => 0, 13 'DateTime' => 0, 14 'Math::BigInt' => 1.78, 13 15 ( $^O eq 'MSWin32' 14 16 ? ( … … 16 18 'Win32::TieRegistry' => 0, 17 19 ) 18 : ( 19 'DateTime' => 0, 20 'Math::BigInt' => 1.78, 21 ) 20 : () 22 21 ), 23 22 }, -
lang/perl/Win32-UrlCache/trunk/lib/Win32/UrlCache.pm
r1001 r8947 16 16 } 17 17 18 our $VERSION = '0.0 5';18 our $VERSION = '0.06'; 19 19 20 20 use constant BADFOOD => chr(0x0D).chr(0xF0).chr(0xAD).chr(0x0B);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)