rev 1372 - in trunk/mariachi: . lib

[prev] [thread] [next] [lurker] [Date index for 2003/08/29]

From: richardc
Subject: rev 1372 - in trunk/mariachi: . lib
Date: 13:58 on 29 Aug 2003
Author: richardc
Date: 2003-08-29 13:58:06 +0100 (Fri, 29 Aug 2003)
New Revision: 1372

Modified:
   trunk/mariachi/Changes
   trunk/mariachi/MANIFEST
   trunk/mariachi/lib/Mariachi.pm
Log:
update docs, release

Modified: trunk/mariachi/Changes
===================================================================
--- trunk/mariachi/Changes	2003-08-29 12:37:22 UTC (rev 1371)
+++ trunk/mariachi/Changes	2003-08-29 12:58:06 UTC (rev 1372)
@@ -1,3 +1,12 @@
+0.50    Friday 29th August, 2003
+	Split some code out into Text::Original
+
+	Added a --class option to allow dynamic selection of the main class
+        from the command line.
+
+        Split some of the default templates up.
+
+
 0.41	Friday 27th June, 2003
 	Last release had a screwed up SIGNATURE file.  Since they keep biting
 	me we'll stop shipping them for a while.

Modified: trunk/mariachi/MANIFEST
===================================================================
--- trunk/mariachi/MANIFEST	2003-08-29 12:37:22 UTC (rev 1371)
+++ trunk/mariachi/MANIFEST	2003-08-29 12:58:06 UTC (rev 1372)
@@ -11,7 +11,7 @@
 t/testmess/docbrown.sentence
 t/testmess/hey.lines
 t/testmess/hey.message
-t/testmess/hey.paragraph
+t/testmess/hey.paragraph.TODO
 t/testmess/hey.sentence
 t/testmess/idiot.lines
 t/testmess/idiot.message

Modified: trunk/mariachi/lib/Mariachi.pm
===================================================================
--- trunk/mariachi/lib/Mariachi.pm	2003-08-29 12:37:22 UTC (rev 1371)
+++ trunk/mariachi/lib/Mariachi.pm	2003-08-29 12:58:06 UTC (rev 1372)
@@ -14,7 +14,7 @@
 use base 'Class::Accessor::Fast';
 
 use vars '$VERSION';
-$VERSION = 0.41;
+$VERSION = '0.50';
 
 __PACKAGE__->mk_accessors( qw( config messages rootset
                                start_time last_time tt ) );

Generated at 13:57 on 01 Jul 2004 by mariachi 0.52