[MKDoc-commit] [MKDoc-Text-Structured] Updated version, added .cvsignore

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Thu Mar 24 15:01:22 GMT 2005


Log Message:
-----------
[MKDoc-Text-Structured] Updated version, added .cvsignore

Modified Files:
--------------
    MKDoc-Text-Structured:
        Changes
        MANIFEST
        META.yml
    MKDoc-Text-Structured/lib/MKDoc/Text:
        Structured.pm

Added Files:
-----------
    MKDoc-Text-Structured:
        .cvsignore

-------------- next part --------------
--- /dev/null
+++ .cvsignore
@@ -0,0 +1,4 @@
+Makefile
+blib
+pm_to_blib
+.swp
Index: MANIFEST
===================================================================
RCS file: /var/spool/cvs/MKDoc-Text-Structured/MANIFEST,v
retrieving revision 1.1
retrieving revision 1.2
diff -LMANIFEST -LMANIFEST -u -r1.1 -r1.2
--- MANIFEST
+++ MANIFEST
@@ -1,3 +1,4 @@
+.cvsignore
 Changes
 lib/MKDoc/Text/Structured.pm
 lib/MKDoc/Text/Structured/Base.pm
Index: META.yml
===================================================================
RCS file: /var/spool/cvs/MKDoc-Text-Structured/META.yml,v
retrieving revision 1.5
retrieving revision 1.6
diff -LMETA.yml -LMETA.yml -u -r1.5 -r1.6
--- META.yml
+++ META.yml
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         MKDoc-Text-Structured
-version:      0.8
+version:      0.81
 version_from: lib/MKDoc/Text/Structured.pm
 installdirs:  site
 requires:
Index: Changes
===================================================================
RCS file: /var/spool/cvs/MKDoc-Text-Structured/Changes,v
retrieving revision 1.15
retrieving revision 1.16
diff -LChanges -LChanges -u -r1.15 -r1.16
--- Changes
+++ Changes
@@ -1,6 +1,6 @@
 Revision history for MKDoc::Text::Structured
 
-0.9
+0.81
     - removed defunct email address
 
 0.8 Thu Jul 22 17:51:30 2004
Index: Structured.pm
===================================================================
RCS file: /var/spool/cvs/MKDoc-Text-Structured/lib/MKDoc/Text/Structured.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -Llib/MKDoc/Text/Structured.pm -Llib/MKDoc/Text/Structured.pm -u -r1.21 -r1.22
--- lib/MKDoc/Text/Structured.pm
+++ lib/MKDoc/Text/Structured.pm
@@ -26,7 +26,7 @@
 use warnings;
 
 our $Text    = '';
-our $VERSION = 0.8;
+our $VERSION = 0.81;
 
 
 sub process


More information about the MKDoc-commit mailing list