Skip to content

Commit

Permalink
minor fixups, switch to namespace::autoclean
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed Feb 10, 2010
1 parent d058179 commit e13ff9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires 'Moose';
requires 'MooseX::Types::Path::Class';
requires 'MooseX::AttributeHelpers';
requires 'Path::Class';
requires 'namespace::clean';
requires 'namespace::autoclean';

test_requires 'Test::More';

Expand Down
5 changes: 2 additions & 3 deletions lib/RPM/Spec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
package RPM::Spec;

use Moose;
use namespace::autoclean;

use MooseX::AttributeHelpers;
use MooseX::Types::Path::Class ':all';
Expand All @@ -27,8 +28,6 @@ use Path::Class;

our $VERSION = '0.01';

use namespace::clean;

# debugging
#use Smart::Comments '###', '####';

Expand Down Expand Up @@ -131,7 +130,7 @@ sub _build__requires {
return \%brs;
}

1;
__PACKAGE__->meta->make_immutable;

__END__
Expand Down

0 comments on commit e13ff9c

Please sign in to comment.