Skip to content

Commit 6ac9a8e

Browse files
committed
Add Dist::Zilla basic dist.ini
May tweak further in future but this is sufficient to get `dzil` to do the things I want it to do to streamline releases.
1 parent 56a8a96 commit 6ac9a8e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

dist.ini

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = Catalyst-Plugin-HTML-Scrubber
2+
author = David Precious <davidp@preshweb.co.uk>
3+
license = Perl_5
4+
copyright_holder = David Precious
5+
copyright_year = 2023
6+
7+
version = 0.03
8+
9+
[@Basic]
10+
[AutoPrereqs]
11+
[ReadmeFromPod]
12+
[NextRelease]
13+
format = %-6v %{yyyy-MM-dd}d%{ (TRIAL RELEASE)}T
14+
15+
[PkgVersion]
16+
17+
[MetaResources]
18+
homepage = https://github.com/bigpresh/Catalyst-Plugin-HTML-Scrubber
19+
bugtracker.web = https://github.com/bigpresh/Catalyst-Plugin-HTML-Scrubber/issues
20+
repository.url = git://github.com/bigpresh/Catalyst-Plugin-HTML-Scrubber.git
21+
repository.web = https://github.com/bigpresh/Catalyst-Plugin-HTML-Scrubber
22+
repository.type = git

0 commit comments

Comments
 (0)