Revision history for Dist-Zilla-Plugin-OurPkgVersion
0.1.7 2011-05-31
- use Test::Version::version_ok to regression test gh issue #1
0.1.6 2011-05-09
- version sanity checking now done the same way as PkgVersion
- above allows for vstring, e.g 'v3.3.2', style versions, issue #2
- use TestMania
- add MetaJSON
0.1.5 2011-02-21
- CRITICAL: fix bug where version number wasn't quoted. This would make
multipart versions (e.g. 0.1.0) not evaluate correctly, if you've used
a multipart version with OurPkgVersion, please re-release your module.
- make module conform to l3 strictness of Perl::Critic
- make changes conform to CPAN::Changes::Spec
0.1.4 2010-11-06
- Remove AutoPrereqs from corpus, don't want to depend on that
0.1.3 2010-11-06
- Add basic tests specific to this distribution
- Add better error handling if no comments present
- See GitHub Bug #1
- remove cruft copied from PkgVersion that wasn't necessary
0.1.2 2010-08-07
- All Prerequisites were not properly defined, this is corrected.
0.1.1 2010-08-07
- override munges files to narrow which files will even be looked at
0.1.0 2010-08-03
- initial release