summaryrefslogtreecommitdiffstats
path: root/dzil
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-26 21:20:43 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-26 21:22:14 -0500
commit94d56e634a0313e8c1b35dafac691837d3f79286 (patch)
tree8b8149472483a1f7b4351aeeae0712ddbd6cb3c0 /dzil
parenta5891372213703045632f4b89dc1253a13ccb6b5 (diff)
downloadconf-94d56e634a0313e8c1b35dafac691837d3f79286.tar.gz
conf-94d56e634a0313e8c1b35dafac691837d3f79286.zip
realistically i'm not going back to perl development
Diffstat (limited to 'dzil')
-rw-r--r--dzil/config.ini7
-rw-r--r--dzil/profiles/default/Module.pm0
-rw-r--r--dzil/profiles/default/profile.ini8
-rw-r--r--dzil/profiles/default/root/.gitignore18
-rw-r--r--dzil/profiles/default/root/.travis.yml13
-rw-r--r--dzil/profiles/default/root/Changes4
-rw-r--r--dzil/profiles/default/root/dist.ini11
7 files changed, 0 insertions, 61 deletions
diff --git a/dzil/config.ini b/dzil/config.ini
deleted file mode 100644
index d60f935..0000000
--- a/dzil/config.ini
+++ /dev/null
@@ -1,7 +0,0 @@
-[%User]
-name = Jesse Luehrs
-email = doy@tozt.net
-
-[%Rights]
-license_class = MIT
-copyright_holder = Jesse Luehrs
diff --git a/dzil/profiles/default/Module.pm b/dzil/profiles/default/Module.pm
deleted file mode 100644
index e69de29..0000000
--- a/dzil/profiles/default/Module.pm
+++ /dev/null
diff --git a/dzil/profiles/default/profile.ini b/dzil/profiles/default/profile.ini
deleted file mode 100644
index 47f016a..0000000
--- a/dzil/profiles/default/profile.ini
+++ /dev/null
@@ -1,8 +0,0 @@
-[GatherDir::Template]
-root = root
-include_dotfiles = 1
-
-[TemplateModule / :DefaultModuleMaker]
-template = Module.pm
-
-[Git::Init]
diff --git a/dzil/profiles/default/root/.gitignore b/dzil/profiles/default/root/.gitignore
deleted file mode 100644
index 69f82f4..0000000
--- a/dzil/profiles/default/root/.gitignore
+++ /dev/null
@@ -1,18 +0,0 @@
-cover_db
-META.*
-MYMETA.*
-Makefile
-blib
-inc
-pm_to_blib
-MANIFEST
-Makefile.old
-nytprof.out
-nytprof
-MANIFEST.bak
-*.sw[po]
-.DS_Store
-.build
-{{$dist->name}}-*
-*.bs
-*.o
diff --git a/dzil/profiles/default/root/.travis.yml b/dzil/profiles/default/root/.travis.yml
deleted file mode 100644
index 44f4b71..0000000
--- a/dzil/profiles/default/root/.travis.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-language: perl
-perl:
- - "5.22"
- - "5.20"
- - "5.18"
- - "5.16"
- - "5.14"
-install:
- - cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false)
- - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
- - dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
-script:
- - dzil test --all
diff --git a/dzil/profiles/default/root/Changes b/dzil/profiles/default/root/Changes
deleted file mode 100644
index 0d8af06..0000000
--- a/dzil/profiles/default/root/Changes
+++ /dev/null
@@ -1,4 +0,0 @@
-Revision history for {{ $dist->name }}
-
-{{ '{{$NEXT}}' }}
- - Initial release
diff --git a/dzil/profiles/default/root/dist.ini b/dzil/profiles/default/root/dist.ini
deleted file mode 100644
index 1b2035f..0000000
--- a/dzil/profiles/default/root/dist.ini
+++ /dev/null
@@ -1,11 +0,0 @@
-name = {{ $dist->name }}
-author = Jesse Luehrs <doy@tozt.net>
-license = MIT
-copyright_holder = Jesse Luehrs
-
-[@DOY]
-:version = 0.15
-dist = {{ $dist->name }}
-repository = github
-
-[AutoPrereqs]