From 8db254e9ec91b4c0bc1990f51482059ef55fc433 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 29 Jun 2010 22:06:54 -0500 Subject: initial commit --- .gitignore | 13 +++++++++++++ Changes | 4 ++++ dist.ini | 9 +++++++++ lib/MooseX/ArrayRef.pm | 0 weaver.ini | 36 ++++++++++++++++++++++++++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 .gitignore create mode 100644 Changes create mode 100644 dist.ini create mode 100644 lib/MooseX/ArrayRef.pm create mode 100644 weaver.ini diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12617cd --- /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 +MooseX-ArrayRef-* diff --git a/Changes b/Changes new file mode 100644 index 0000000..0dab1b9 --- /dev/null +++ b/Changes @@ -0,0 +1,4 @@ +Revision history for MooseX-ArrayRef + +{{$NEXT}} + - Initial release diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..1fc739a --- /dev/null +++ b/dist.ini @@ -0,0 +1,9 @@ +name = MooseX-ArrayRef +author = Jesse Luehrs +license = Perl_5 +copyright_holder = Jesse Luehrs + +[@DOY] +dist = MooseX-ArrayRef + +[Prereq] diff --git a/lib/MooseX/ArrayRef.pm b/lib/MooseX/ArrayRef.pm new file mode 100644 index 0000000..e69de29 diff --git a/weaver.ini b/weaver.ini new file mode 100644 index 0000000..219a165 --- /dev/null +++ b/weaver.ini @@ -0,0 +1,36 @@ +[@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] -- cgit v1.2.3-54-g00ecf