[MKDoc-commit] Added missing files

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Nov 2 15:22:48 GMT 2005


Log Message:
-----------
Added missing files

Added Files:
-----------
    MKDoc_Control_List:
        Changes
        MANIFEST
        META.yml
        README

-------------- next part --------------
--- /dev/null
+++ MANIFEST
@@ -0,0 +1,7 @@
+Changes
+lib/MKDoc/Control_List.pm
+Makefile.PL
+MANIFEST			This list of files
+META.yml
+README
+t/100_Basic_Tests.t
--- /dev/null
+++ META.yml
@@ -0,0 +1,10 @@
+# http://module-build.sourceforge.net/META-spec.html
+#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
+name:         MKDoc-Control_List
+version:      0.31
+version_from: lib/MKDoc/Control_List.pm
+installdirs:  site
+requires:
+
+distribution_type: module
+generated_by: ExtUtils::MakeMaker version 6.17
--- /dev/null
+++ Changes
@@ -0,0 +1,6 @@
+Revision history for Perl extension MKDoc::Control_List
+
+0.31
+        - Pod documentation was very wrong
+        - Added Changes, README, MANIFEST, META.yml
+
--- /dev/null
+++ README
@@ -0,0 +1,32 @@
+MKDoc::Control_List
+===================
+
+MKDoc::Control_List - Express complex sets of rules with control lists
+
+BUGS
+
+ - probably
+
+TODO
+
+ - allow initialisation by passing filename instead of hash
+
+INSTALLATION
+
+To install this module type the following:
+
+   perl Makefile.PL
+   make
+   make test
+   make install
+
+DEPENDENCIES
+
+This package depends on perl
+
+COPYRIGHT AND LICENCE
+
+Copyright (C) 2005 MKDoc Ltd. All Rights Reserved.
+This module is Free Software. It may be used, redistributed and/or
+modified under the same terms as Perl itself.
+


More information about the MKDoc-commit mailing list