From e202645fcee801684781f385b01f41d177e25d84 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 7 Jan 2011 18:12:57 -0600 Subject: initial commit --- .gitignore | 13 +++++++++++++ Changes | 4 ++++ dist.ini | 9 +++++++++ lib/ExtUtils/MakeMaker/Dist/Zilla.pm | 0 weaver.ini | 32 ++++++++++++++++++++++++++++++++ 5 files changed, 58 insertions(+) create mode 100644 .gitignore create mode 100644 Changes create mode 100644 dist.ini create mode 100644 lib/ExtUtils/MakeMaker/Dist/Zilla.pm create mode 100644 weaver.ini diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa7915a --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +cover_db +META.yml +Makefile +blib +inc +pm_to_blib +MANIFEST +Makefile.old +nytprof.out +MANIFEST.bak +*.sw[po] +.build +ExtUtils-MakeMaker-Dist-Zilla-* diff --git a/Changes b/Changes new file mode 100644 index 0000000..3205a82 --- /dev/null +++ b/Changes @@ -0,0 +1,4 @@ +Revision history for ExtUtils-MakeMaker-Dist-Zilla + +{{$NEXT}} + - Initial release diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..b9a1bd8 --- /dev/null +++ b/dist.ini @@ -0,0 +1,9 @@ +name = ExtUtils-MakeMaker-Dist-Zilla +author = Jesse Luehrs +license = Perl_5 +copyright_holder = Jesse Luehrs + +[@DOY] +dist = ExtUtils-MakeMaker-Dist-Zilla + +[Prereqs] diff --git a/lib/ExtUtils/MakeMaker/Dist/Zilla.pm b/lib/ExtUtils/MakeMaker/Dist/Zilla.pm new file mode 100644 index 0000000..e69de29 diff --git a/weaver.ini b/weaver.ini new file mode 100644 index 0000000..498b331 --- /dev/null +++ b/weaver.ini @@ -0,0 +1,32 @@ +[@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] + +[Generic / BUGS] + +[SeeAlso] + +[Generic / SUPPORT] + +[Authors] +[Legal] -- cgit v1.2.3-54-g00ecf