Skip to content

Commit

Permalink
namespace::autoclean is a really stupid idea - purge with fire
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Jul 1, 2014
1 parent 18637eb commit 77a6448
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/DBIx/Class/Admin.pm
Expand Up @@ -15,7 +15,7 @@ use MooseX::Types::JSON qw(JSON);
use MooseX::Types::Path::Class qw(Dir File);
use MooseX::Types::LoadableClass qw(LoadableClass);
use Try::Tiny;
use namespace::autoclean;
use namespace::clean;

=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion lib/DBIx/Class/Optional/Dependencies.pm
Expand Up @@ -36,7 +36,6 @@ my $admin_basic = {
%$min_json_any,
'MooseX::Types::Path::Class' => '0.05',
'MooseX::Types::JSON' => '0.02',
'namespace::autoclean' => '0.09',
};

my $admin_script = {
Expand Down
1 change: 0 additions & 1 deletion lib/DBIx/Class/ResultSet.pm
Expand Up @@ -88,7 +88,6 @@ similar to:
package MyApp::Schema::ResultSet::User;
use Moose;
use namespace::autoclean;
use MooseX::NonMoose;
extends 'DBIx::Class::ResultSet';
Expand Down

0 comments on commit 77a6448

Please sign in to comment.