Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
get rid of namespace::autoclean dependency
DBIx::Class uses namespace::clean anyway, and it seems to be good enough for this case
  • Loading branch information
moritz committed May 10, 2011
1 parent e43c1b5 commit 0114be2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile.PL
Expand Up @@ -8,7 +8,6 @@ WriteMakefile(
PREREQ_PM => {
DBICx::TestDatabase => 0.01,
DBIx::Class => 0.08000,
namespace::autoclean => 0,
}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/DBIx/Class/Tree/NestedSet.pm', # retrieve abstract
Expand Down
2 changes: 1 addition & 1 deletion t/tlib/TestTree.pm
Expand Up @@ -11,7 +11,7 @@ use Moose;
#use Data::Dumper;
use Test::More;

use namespace::autoclean;
use namespace::clean;

has 'schema' => (is => 'rw'); # Schema connection

Expand Down

0 comments on commit 0114be2

Please sign in to comment.