[MKDoc-commit] Added Digest::MD5 dependency (aaron)

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Fri May 26 14:38:22 BST 2006


Log Message:
-----------
Added Digest::MD5 dependency (aaron)

Modified Files:
--------------
    Petal:
        Makefile.PL
        Changes

-------------- next part --------------
Index: Changes
===================================================================
RCS file: /var/spool/cvs/Petal/Changes,v
retrieving revision 1.148
retrieving revision 1.149
diff -LChanges -LChanges -u -r1.148 -r1.149
--- Changes
+++ Changes
@@ -5,6 +5,7 @@
     - fix repeat/odd documentation bug and add to cookbook (Jonathan Vanasco)
     - pod typos (sarabob)
     - CACHE_ONLY option (Jonathan Vanasco)
+    - Add Digest::MD5 dependency (aaron)
 
 2.18 Tue Jan 17 13:01:00 2006
     - $Petal::CodeGenerator::PI_RE should be applied newline insensitively
Index: Makefile.PL
===================================================================
RCS file: /var/spool/cvs/Petal/Makefile.PL,v
retrieving revision 1.14
retrieving revision 1.15
diff -LMakefile.PL -LMakefile.PL -u -r1.14 -r1.15
--- Makefile.PL
+++ Makefile.PL
@@ -8,6 +8,7 @@
 	'Test::Harness'	    => '2.00',
 	'Scalar::Util'      => '1.07',
 	'MKDoc::XML'        => '0.72',
+        'Digest::MD5'       => '',
     },
     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM => 'lib/Petal.pm', # retrieve abstract from module


More information about the MKDoc-commit mailing list