summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-09-30 16:30:04 -0500
committerJesse Luehrs <doy@tozt.net>2012-09-30 16:30:04 -0500
commit5ea35694632ffb18b95942461661ff2f04530a8f (patch)
treee1ba65fb129c042b3c91a13644d6b6d4156824ed /lib
parent4b2e8f7dac2f3056592085c241958ad31ccea2d9 (diff)
downloadtozt.net-5ea35694632ffb18b95942461661ff2f04530a8f.tar.gz
tozt.net-5ea35694632ffb18b95942461661ff2f04530a8f.zip
cleanups
Diffstat (limited to 'lib')
-rw-r--r--lib/Tozt.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Tozt.pm b/lib/Tozt.pm
index 3c139a5..2b149da 100644
--- a/lib/Tozt.pm
+++ b/lib/Tozt.pm
@@ -1,9 +1,9 @@
package Tozt;
use Moose;
-use MooseX::Types::Path::Class qw(Dir);
use namespace::autoclean;
use File::Copy::Recursive qw(rcopy);
+use MooseX::Types::Path::Class qw(Dir);
use Path::Class ();
use Template;
@@ -85,6 +85,5 @@ sub update_static {
}
__PACKAGE__->meta->make_immutable;
-no Moose;
1;