Changeset 490 for wiki-toolkit-plugin-ping
- Timestamp:
- 01/31/09 19:56:39 (3 years ago)
- Location:
- wiki-toolkit-plugin-ping/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-plugin-ping/trunk/Changes
r489 r490 1 0.02 1 0.02 31 January 2009 2 2 Skip database test when SQLite is not available 3 3 (fixes cpantesters 2957644, 3047914, 3122378) 4 4 Support configurable user-agent (#18) 5 Sign distribution 5 6 6 7 0.01 5 December 2006 -
wiki-toolkit-plugin-ping/trunk/Makefile.PL
r384 r490 3 3 # the contents of the Makefile that is written. 4 4 WriteMakefile( 5 (MM->can('signature_target') ? (SIGN => 1) : ()), 5 6 'NAME' => 'Wiki::Toolkit::Plugin::Ping', 6 7 'VERSION_FROM' => 'lib/Wiki/Toolkit/Plugin/Ping.pm', # finds $VERSION
