[MKDoc-commit] [Petal] stuff for 2.17 release

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Sep 7 15:30:44 BST 2005


Log Message:
-----------
[Petal] stuff for 2.17 release

Modified Files:
--------------
    Petal:
        Changes
        MANIFEST
        META.yml
    Petal/lib:
        Petal.pm

-------------- next part --------------
Index: MANIFEST
===================================================================
RCS file: /var/spool/cvs/Petal/MANIFEST,v
retrieving revision 1.49
retrieving revision 1.50
diff -LMANIFEST -LMANIFEST -u -r1.49 -r1.50
--- MANIFEST
+++ MANIFEST
@@ -91,6 +91,10 @@
 t/084_Cookbook.t
 t/085_lang_include_memcache.t
 t/086_lang_include_diskcache.t
+t/087_dollar_one.t
+t/088_latin1.t
+t/089_utf-8.t
+t/090_dollarone-again.t
 t/benchmark.pl
 t/data/access_obj_array.html
 t/data/access_obj_hash.html
@@ -107,6 +111,8 @@
 t/data/cookbook.html
 t/data/decl.xml
 t/data/delete_attribute.xml
+t/data/dollar-one.xml
+t/data/dollarone-again.xml
 t/data/dummy_data.xml
 t/data/entities.html
 t/data/entities.xml
@@ -141,6 +147,7 @@
 t/data/language/fr.xml
 t/data/language/include/fr-CA.html
 t/data/language/include/fr.html
+t/data/latin1.xml
 t/data/locale/es/LC_MESSAGES/testdomain.mo
 t/data/locale/es/LC_MESSAGES/testdomain.po
 t/data/locale/fr/LC_MESSAGES/testdomain.mo
@@ -195,5 +202,6 @@
 t/data/test_ns_attributes/test_ns_attributes7.xml
 t/data/test_ns_attributes/test_rightWayOfDoing.xml
 t/data/tests_with_zero.xml
+t/data/utf-8.xml
 t/data/xhtml.html
 t/data/xhtml_omit_tag.html
Index: META.yml
===================================================================
RCS file: /var/spool/cvs/Petal/META.yml,v
retrieving revision 1.9
retrieving revision 1.10
diff -LMETA.yml -LMETA.yml -u -r1.9 -r1.10
--- 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:         Petal
-version:      2.16
+version:      2.17
 version_from: lib/Petal.pm
 installdirs:  site
 requires:
Index: Changes
===================================================================
RCS file: /var/spool/cvs/Petal/Changes,v
retrieving revision 1.138
retrieving revision 1.139
diff -LChanges -LChanges -u -r1.138 -r1.139
--- Changes
+++ Changes
@@ -1,10 +1,10 @@
 Revision history for Petal.
 
-2.17
-    - check that   becomes chr(160) not chr(194) (William McKee)
-    - Fix bug where \-escaped semicolons were not recognised (William McKee)
+2.17 Wed Sep  7 15:30:00 2005
+    - test 041 check that   becomes chr(160) not chr(194) (William McKee)
+    - Petal::Canonicalizer::XML Fix bug where \-escaped semicolons were not recognised (William McKee)
     - test 090 for ${1} appearance when Petal::I18N->process
-    - pod fixes (Kurt Stephens, Tom Metro)
+    - pod fixes (Kurt Stephens, Tom Metro, Bruno Postle)
 
 2.16 Fri Mar 18 15:30:00 2005
     - Added Cookbook.pod documentation and associated tests from William McKee
Index: Petal.pm
===================================================================
RCS file: /var/spool/cvs/Petal/lib/Petal.pm,v
retrieving revision 1.135
retrieving revision 1.136
diff -Llib/Petal.pm -Llib/Petal.pm -u -r1.135 -r1.136
--- lib/Petal.pm
+++ lib/Petal.pm
@@ -101,7 +101,7 @@
 
 
 # this is for CPAN
-our $VERSION = '2.16';
+our $VERSION = '2.17';
 
 
 # The CodeGenerator class backend to use.


More information about the MKDoc-commit mailing list