From 0b2bde3134a6580d38c4f555fa5a076ed24740cf Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Wed, 11 Feb 2004 14:39:54 +0000 Subject: [PATCH] Further renaming. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@55 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole/Model/Base.pm | 6 +++--- lib/Maypole/Model/CDBI.pm | 6 +++--- lib/Maypole/View/TT.pm | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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 diff --git a/lib/Maypole/Model/CDBI.pm b/lib/Maypole/Model/CDBI.pm index 2d2aa2b..83c118a 100644 --- a/lib/Maypole/Model/CDBI.pm +++ b/lib/Maypole/Model/CDBI.pm @@ -1,5 +1,5 @@ -package Apache::MVC::Model::CDBI; -use base qw(Apache::MVC::Model::Base Class::DBI); +package Maypole::Model::CDBI; +use base qw(Maypole::Model::Base Class::DBI); use Lingua::EN::Inflect::Number qw(to_PL); use Class::DBI::AsForm; use Class::DBI::FromCGI; @@ -11,7 +11,7 @@ use strict; =head1 NAME -Apache::MVC::Model::CDBI - Model class based on Class::DBI +Maypole::Model::CDBI - Model class based on Class::DBI =head1 DESCRIPTION diff --git a/lib/Maypole/View/TT.pm b/lib/Maypole/View/TT.pm index babd0f4..3c2e05f 100644 --- a/lib/Maypole/View/TT.pm +++ b/lib/Maypole/View/TT.pm @@ -1,4 +1,4 @@ -package Apache::MVC::View::TT; +package Maypole::View::TT; use Apache::Constants; use Lingua::EN::Inflect; use Template; -- 2.39.2