summaryrefslogtreecommitdiffstats
path: root/dzil
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-07-08 01:05:44 -0500
committerJesse Luehrs <doy@tozt.net>2010-07-08 01:05:44 -0500
commitae917fd028d3a93e754fc62c7c8b861e27a4d11e (patch)
treeeefa60bff92001c6077ddaaff61032747afe6fc4 /dzil
parent6ece64f20464f1e14616ca5038f05eed6819da7c (diff)
downloadconf-ae917fd028d3a93e754fc62c7c8b861e27a4d11e.tar.gz
conf-ae917fd028d3a93e754fc62c7c8b861e27a4d11e.zip
add dzil profile for work code
Diffstat (limited to 'dzil')
-rw-r--r--dzil/profiles/work/Module.pm0
-rw-r--r--dzil/profiles/work/profile.ini8
-rw-r--r--dzil/profiles/work/root/.gitignore13
-rw-r--r--dzil/profiles/work/root/Changes4
-rw-r--r--dzil/profiles/work/root/dist.ini8
5 files changed, 33 insertions, 0 deletions
diff --git a/dzil/profiles/work/Module.pm b/dzil/profiles/work/Module.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/dzil/profiles/work/Module.pm
diff --git a/dzil/profiles/work/profile.ini b/dzil/profiles/work/profile.ini
new file mode 100644
index 0000000..47f016a
--- /dev/null
+++ b/dzil/profiles/work/profile.ini
@@ -0,0 +1,8 @@
+[GatherDir::Template]
+root = root
+include_dotfiles = 1
+
+[TemplateModule / :DefaultModuleMaker]
+template = Module.pm
+
+[Git::Init]
diff --git a/dzil/profiles/work/root/.gitignore b/dzil/profiles/work/root/.gitignore
new file mode 100644
index 0000000..373cc98
--- /dev/null
+++ b/dzil/profiles/work/root/.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
+{{$dist->name}}-*
diff --git a/dzil/profiles/work/root/Changes b/dzil/profiles/work/root/Changes
new file mode 100644
index 0000000..0d8af06
--- /dev/null
+++ b/dzil/profiles/work/root/Changes
@@ -0,0 +1,4 @@
+Revision history for {{ $dist->name }}
+
+{{ '{{$NEXT}}' }}
+ - Initial release
diff --git a/dzil/profiles/work/root/dist.ini b/dzil/profiles/work/root/dist.ini
new file mode 100644
index 0000000..1330a2a
--- /dev/null
+++ b/dzil/profiles/work/root/dist.ini
@@ -0,0 +1,8 @@
+name = {{ $dist->name }}
+author = Jesse Luehrs <doy at tozt dot net>
+license = None
+copyright_holder = Infinity Interactive
+
+[@II]
+
+[Prereq]