We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4ea50 commit 9a69e36Copy full SHA for 9a69e36
Changes
@@ -1,3 +1,8 @@
1
+0.014 2025-03-19
2
+ - Fix error in Synopsis code (Manwar)
3
+ - Remove Dist::Zilla [PrereqsClean] as it is broken.
4
+0.013 2020-10-15
5
+ - Update Dist::Zilla configuration
6
0.012 2018-02-11
7
- Never deploy late at night, this version fixes up the last of my mistakes(hopefully).
8
0.011 2018-02-10
dist.ini
@@ -3,7 +3,7 @@ copyright_holder = Lance Wicks
copyright_year = 2016
license = MIT
name = Scientist
-version = 0.013
+version = 0.014
[AutoPrereqs]
9
[GatherDir]
@@ -17,7 +17,7 @@ version = 0.013
17
[MetaJSON]
18
[MetaProvides::Package]
19
[OurPkgVersion]
20
-[PrereqsClean]
+;[PrereqsClean] - Broken.
21
[Prereqs]
22
Time::HiRes = 0
23
[Readme]
0 commit comments