summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-17 23:05:34 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-17 23:05:34 -0500
commita3ac0614071f5935f3c6754fbc2e498bddc9d692 (patch)
tree086b2c58d121192062582443fad7314fdbc1abeb
downloadtozt.net-a3ac0614071f5935f3c6754fbc2e498bddc9d692.tar.gz
tozt.net-a3ac0614071f5935f3c6754fbc2e498bddc9d692.zip
initial commit
-rw-r--r--.gitignore13
-rw-r--r--Changes4
-rw-r--r--dist.ini9
-rw-r--r--lib/Tozt.pm0
-rw-r--r--weaver.ini36
5 files changed, 62 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a90c767
--- /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
+Tozt-*
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..8c7e5ee
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for Tozt
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..e1307ac
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,9 @@
+name = Tozt
+author = Jesse Luehrs <doy at tozt dot net>
+license = Perl_5
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+dist = Tozt
+
+[Prereq]
diff --git a/lib/Tozt.pm b/lib/Tozt.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/Tozt.pm
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]