initial commit
Jesse Luehrs [Wed, 20 Oct 2010 05:28:08 +0000 (00:28 -0500)]
.gitignore [new file with mode: 0644]
Changes [new file with mode: 0644]
dist.ini [new file with mode: 0644]
lib/Eval/Closure.pm [new file with mode: 0644]
weaver.ini [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..40654f4
--- /dev/null
@@ -0,0 +1,13 @@
+cover_db
+META.yml
+Makefile
+blib
+inc
+pm_to_blib
+MANIFEST
+Makefile.old
+nytprof.out
+MANIFEST.bak
+*.sw[po]
+.build
+Eval-Closure-*
diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..3202189
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for Eval-Closure
+
+{{$NEXT}}
+      - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644 (file)
index 0000000..ced6a0b
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,9 @@
+name = Eval-Closure
+author = Jesse Luehrs <doy at tozt dot net>
+license = Perl_5
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+dist = Eval-Closure
+
+[Prereq]
diff --git a/lib/Eval/Closure.pm b/lib/Eval/Closure.pm
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/weaver.ini b/weaver.ini
new file mode 100644 (file)
index 0000000..219a165
--- /dev/null
@@ -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]