]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
update README with new mailing list info, fix typo in Maypole.pm
[maypole.git] / lib / Maypole.pm
index 7f1e9d33ee3034e397195bf9ee64362a9f99a1d1..cb5e50ea04f38211eabfdf5787f4053b24a6767f 100644 (file)
@@ -7,7 +7,7 @@ use Maypole::Config;
 use Maypole::Constants;
 use Maypole::Headers;
 
-our $VERSION = '2.07';
+our $VERSION = '2.09';
 
 __PACKAGE__->mk_classdata($_) for qw( config init_done view_object );
 __PACKAGE__->mk_accessors(
@@ -235,7 +235,7 @@ See L<Maypole::Application>.
 This documents the Maypole request object. See the L<Maypole::Manual>, for a
 detailed guide to using Maypole.
 
-Maypole is a Perl web application framework to Java's struts. It is 
+Maypole is a Perl web application framework similar to Java's struts. It is 
 essentially completely abstracted, and so doesn't know anything about
 how to talk to the outside world.