X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=0fd95be4cf1947c267338da401cca6f5fa99dd98;hb=bde05e8f82d9cae0dc8976f539fef89d6a2b86a7;hp=62083e82a2c1a8423aa63f2ea9fa13f5dd73ab49;hpb=ec6158e614bb29d4e2a11d8cd1b7565816039074;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 62083e8..0fd95be 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -4,7 +4,7 @@ use attributes (); use UNIVERSAL::require; use strict; use warnings; -our $VERSION = "1.1"; +our $VERSION = "1.2"; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors ( qw( ar params query objects model_class args action template )); @@ -245,6 +245,12 @@ sub get_request { } sub parse_location { die "Do not use Maypole directly; use Apache::MVC or similar" } sub send_output{ die "Do not use Maypole directly; use Apache::MVC or similar" } +=head1 SEE ALSO + +There's more documentation, examples, and a wiki at the Maypole web site: + +http://maypole.simon-cozens.org/ + =head1 AUTHOR Simon Cozens, C