Skip to content

Commit

Permalink
Rename Template/TT3/Factory/Class to Template/TT3/Class/Factory
Browse files Browse the repository at this point in the history
Commit 95bc376 made this rename,
but did not update all files that uses, which leads to some failing
tests. This fixes at least those failing tests
  • Loading branch information
Oliver Charles committed Jan 25, 2010
1 parent 1ac7f2e commit 5167f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Template/TT3/Services.pm
@@ -1,6 +1,6 @@
package Template::TT3::Services;

use Template::TT3::Factory::Class
use Template::TT3::Class::Factory
version => 2.71,
debug => 0,
item => 'service',
Expand Down
2 changes: 1 addition & 1 deletion lib/Template/TT3/Site/Maps.pm
@@ -1,6 +1,6 @@
package Template::TT3::Site::Maps;

use Template::TT3::Factory::Class
use Template::TT3::Class::Factory
version => 2.71,
debug => 0,
item => 'map',
Expand Down
2 changes: 1 addition & 1 deletion lib/Template/TT3/Views.pm
@@ -1,6 +1,6 @@
package Template::TT3::Views;

use Template::TT3::Factory::Class
use Template::TT3::Class::Factory
version => 3.00,
debug => 0,
item => 'view',
Expand Down

0 comments on commit 5167f9b

Please sign in to comment.