summaryrefslogtreecommitdiffstats
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
parent4b2e8f7dac2f3056592085c241958ad31ccea2d9 (diff)
downloadtozt.net-5ea35694632ffb18b95942461661ff2f04530a8f.tar.gz
tozt.net-5ea35694632ffb18b95942461661ff2f04530a8f.zip
cleanups
-rw-r--r--Changes4
-rw-r--r--dist.ini17
-rw-r--r--lib/Tozt.pm3
-rw-r--r--weaver.ini36
4 files changed, 8 insertions, 52 deletions
diff --git a/Changes b/Changes
deleted file mode 100644
index 8c7e5ee..0000000
--- a/Changes
+++ /dev/null
@@ -1,4 +0,0 @@
-Revision history for Tozt
-
-{{$NEXT}}
- - Initial release
diff --git a/dist.ini b/dist.ini
index 0921b80..568bf4d 100644
--- a/dist.ini
+++ b/dist.ini
@@ -3,15 +3,12 @@ author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs
-[@DOY]
+[@Filter]
+-bundle = @DOY
+-remove = PodWeaver
+-remove = Readme
+-remove = MakeMaker
dist = Tozt
+repository = github
-[Prereq]
-File::Copy::Recursive = 0
-Moose = 0
-MooseX::Getopt = 0
-MooseX::Types::Path::Class = 0
-namespace::autoclean = 0
-Path::Class = 0
-Plack = 0
-Template = 0
+[AutoPrereqs]
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;
diff --git a/weaver.ini b/weaver.ini
deleted file mode 100644
index 219a165..0000000
--- a/weaver.ini
+++ /dev/null
@@ -1,36 +0,0 @@
-[@CorePrep]
-
-[Name]
-[Version]
-
-[Region / prelude]
-
-[Generic / SYNOPSIS]
-[Generic / DESCRIPTION]
-[Generic / OVERVIEW]
-
-[Collect / ATTRIBUTES]
-command = attr
-
-[Collect / METHODS]
-command = method
-
-[Collect / FUNCTIONS]
-command = func
-
-[Leftovers]
-
-[Region / postlude]
-
-[Template / BUGS]
-template = ~/.dzil/pod_templates/bugs.section
-main_module_only = 1
-
-[SeeAlso]
-
-[Template / SUPPORT]
-template = ~/.dzil/pod_templates/support.section
-main_module_only = 1
-
-[Authors]
-[Legal]