[MKDoc-commit] increment version, add META.yml and MANIFEST

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Feb 2 18:23:03 GMT 2005


Log Message:
-----------
increment version, add META.yml and MANIFEST

Modified Files:
--------------
    MKDoc-Apache_Cache/lib/MKDoc:
        Apache_Cache.pm

Added Files:
-----------
    MKDoc-Apache_Cache:
        .cvsignore
        MANIFEST
        META.yml

-------------- next part --------------
--- /dev/null
+++ .cvsignore
@@ -0,0 +1,4 @@
+.swp
+Makefile
+blib
+pm_to_blib
--- /dev/null
+++ MANIFEST
@@ -0,0 +1,7 @@
+Changes
+lib/MKDoc/Apache_Cache.pm
+Makefile.PL
+MANIFEST			This list of files
+META.yml
+README
+t/001.t
--- /dev/null
+++ META.yml
@@ -0,0 +1,17 @@
+# http://module-build.sourceforge.net/META-spec.html
+#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
+name:         MKDoc-Apache_Cache
+version:      0.71
+version_from: lib/MKDoc/Apache_Cache.pm
+installdirs:  site
+requires:
+    Apache:                        1.20
+    Cache::Cache:                  1.01
+    Compress::Zlib:                1.33
+    Digest::MD5:                   2.33
+    HTTP::Date:                    0.1
+    MKDoc::Control_List:           0.1
+    Test::More:                    0.47
+
+distribution_type: module
+generated_by: ExtUtils::MakeMaker version 6.17
Index: Apache_Cache.pm
===================================================================
RCS file: /var/spool/cvs/MKDoc-Apache_Cache/lib/MKDoc/Apache_Cache.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -Llib/MKDoc/Apache_Cache.pm -Llib/MKDoc/Apache_Cache.pm -u -r1.13 -r1.14
--- lib/MKDoc/Apache_Cache.pm
+++ lib/MKDoc/Apache_Cache.pm
@@ -54,7 +54,7 @@
 use Compress::Zlib;
 use Digest::MD5;
 
-our $VERSION = '0.7';
+our $VERSION = '0.71';
 
 
 sub handler ($$)


More information about the MKDoc-commit mailing list