X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FModel%2FBase.pm;h=0119d491e19018b7d3ff9608564b8aaa0e6e967c;hb=0b2bde3134a6580d38c4f555fa5a076ed24740cf;hp=908a2fca294a926e2f412c5daee3d2345479c9d7;hpb=d09e000fc977211b8bd1a77285a952421b60aa7a;p=maypole.git diff --git a/lib/Maypole/Model/Base.pm b/lib/Maypole/Model/Base.pm index 908a2fc..0119d49 100644 --- a/lib/Maypole/Model/Base.pm +++ b/lib/Maypole/Model/Base.pm @@ -1,4 +1,4 @@ -package Apache::MVC::Model::Base; +package Maypole::Model::Base; our %remember; sub MODIFY_CODE_ATTRIBUTES { $remember{$_[1]} = $_[2]; () } @@ -15,7 +15,7 @@ sub process { =head1 NAME -Apache::MVC::Model::Base - Base class for model classes +Maypole::Model::Base - Base class for model classes =head1 DESCRIPTION @@ -75,7 +75,7 @@ sub list :Exported { die "This is an abstract method" }; =pod -Also, see the exported commands in C. +Also, see the exported commands in C. =head1 Other overrides