[Rt-commit] r15267 - rt/branches/3.999-DANGEROUS
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Aug 20 03:41:48 EDT 2008
Author: sunnavy
Date: Wed Aug 20 03:41:47 2008
New Revision: 15267
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/Makefile.PL
Log:
r15855 at sunnavys-mb: sunnavy | 2008-08-20 15:41:02 +0800
tiny fix
Modified: rt/branches/3.999-DANGEROUS/Makefile.PL
==============================================================================
--- rt/branches/3.999-DANGEROUS/Makefile.PL (original)
+++ rt/branches/3.999-DANGEROUS/Makefile.PL Wed Aug 20 03:41:47 2008
@@ -6,7 +6,7 @@
requires 'Jifty' => '0.70824';
requires(
- 'Digest::Base' => 0,
+ 'Digest::base' => 0,
'Digest::MD5' => '2.27',
'DBI' => '1.37',
'Class::ReturnValue' => '0.40',
@@ -99,7 +99,7 @@
'Test::Expect' => '0.31',
'XML::Simple',
'File::Find',
- 'Test::Deep 0',
+ 'Test::Deep', => 0,
'String::ShellQuote' => '0',
'Test::HTTP::Server::Simple' => '0.09',
'Log::Dispatch::Perl',
@@ -164,7 +164,8 @@
],
GPG => [
-default => 1,
- 'GnuPG::Interface PerlIO::eol'
+ 'GnuPG::Interface' => 0,
+ 'PerlIO::eol' => 0,
]
,
More information about the Rt-commit
mailing list