]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Model/Base.pm
Further renaming.
[maypole.git] / lib / Maypole / Model / Base.pm
index 908a2fca294a926e2f412c5daee3d2345479c9d7..0119d491e19018b7d3ff9608564b8aaa0e6e967c 100644 (file)
@@ -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<Apache::MVC::Model::CDBI>.
+Also, see the exported commands in C<Maypole::Model::CDBI>.
 
 =head1 Other overrides