[MKDoc-commit] [MKDoc-Text-Structured] update for 0.83 release
bruno at mkdoc.demon.co.uk
bruno at mkdoc.demon.co.uk
Fri Aug 19 17:58:36 BST 2005
Log Message:
-----------
[MKDoc-Text-Structured] update for 0.83 release
Modified Files:
--------------
MKDoc-Text-Structured:
Changes
META.yml
README
MKDoc-Text-Structured/lib/MKDoc/Text:
Structured.pm
-------------- next part --------------
Index: META.yml
===================================================================
RCS file: /var/spool/cvs/MKDoc-Text-Structured/META.yml,v
retrieving revision 1.8
retrieving revision 1.9
diff -LMETA.yml -LMETA.yml -u -r1.8 -r1.9
--- 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.82
+version: 0.83
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.28
retrieving revision 1.29
diff -LChanges -LChanges -u -r1.28 -r1.29
--- Changes
+++ Changes
@@ -1,6 +1,6 @@
Revision history for MKDoc::Text::Structured
-0.83
+0.83 Fri Aug 19 17:15:00 2005
- fix for <pre> indenting bug when first line is more indented than second
- method to insert spaces into long words
- strip mailto: when linking and displaying email addresses
Index: README
===================================================================
RCS file: /var/spool/cvs/MKDoc-Text-Structured/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -LREADME -LREADME -u -r1.3 -r1.4
--- README
+++ README
@@ -13,7 +13,7 @@
similar modules which try to implement as many HTML constructs as possible,
this module is incredibly restrictive, minimalistic and conservative.
-And in fact that's why we use it :)
+And in fact that's why we use it :-)
INSTALLATION
Index: Structured.pm
===================================================================
RCS file: /var/spool/cvs/MKDoc-Text-Structured/lib/MKDoc/Text/Structured.pm,v
retrieving revision 1.29
retrieving revision 1.30
diff -Llib/MKDoc/Text/Structured.pm -Llib/MKDoc/Text/Structured.pm -u -r1.29 -r1.30
--- lib/MKDoc/Text/Structured.pm
+++ lib/MKDoc/Text/Structured.pm
@@ -26,7 +26,7 @@
use warnings;
our $Text = '';
-our $VERSION = 0.82;
+our $VERSION = 0.83;
sub process
More information about the MKDoc-commit
mailing list