[MKDoc-commit] [Petal] update for 2.19 release

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Fri Jun 16 15:25:10 BST 2006


Log Message:
-----------
[Petal] update for 2.19 release

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

-------------- next part --------------
Index: MANIFEST
===================================================================
RCS file: /var/spool/cvs/Petal/MANIFEST,v
retrieving revision 1.55
retrieving revision 1.56
diff -LMANIFEST -LMANIFEST -u -r1.55 -r1.56
--- MANIFEST
+++ MANIFEST
@@ -100,6 +100,8 @@
 t/093_translate.t
 t/094_notfalse.t
 t/096_oddeven.t
+t/097_cache_only.t
+t/098_multiple-attributes.t
 t/benchmark.pl
 t/data/access_obj_array.html
 t/data/access_obj_hash.html
@@ -170,6 +172,7 @@
 t/data/metal_self_include.xml
 t/data/metal_use_macro.xml
 t/data/method_param.xml
+t/data/multiple-attributes.xml
 t/data/multiple_includes/includes/footer.tmpl
 t/data/multiple_includes/includes/header.tmpl
 t/data/multiple_includes/register_form.tmpl
Index: Changes
===================================================================
RCS file: /var/spool/cvs/Petal/Changes,v
retrieving revision 1.151
retrieving revision 1.152
diff -LChanges -LChanges -u -r1.151 -r1.152
--- Changes
+++ Changes
@@ -1,6 +1,6 @@
 Revision history for Petal.
 
-2.19
+2.19 Fri Jun 16 15:22:00 2006
     - alias false: modifier as not: to match TALES spec (Jonathan Vanasco)
     - fix repeat/odd documentation bug and add to cookbook (Jonathan Vanasco)
     - pod typos (sarabob)
Index: Petal.pm
===================================================================
RCS file: /var/spool/cvs/Petal/lib/Petal.pm,v
retrieving revision 1.143
retrieving revision 1.144
diff -Llib/Petal.pm -Llib/Petal.pm -u -r1.143 -r1.144
--- lib/Petal.pm
+++ lib/Petal.pm
@@ -105,7 +105,7 @@
 
 
 # this is for CPAN
-our $VERSION = '2.18';
+our $VERSION = '2.19';
 
 
 # The CodeGenerator class backend to use.


More information about the MKDoc-commit mailing list