Revision history for Dist-Zilla-Plugin-MetaData-BuiltWith
0.03000000 2012-03-12T15:06:44Z
[Features]
- new 'show_config' option which extracts selected interesting data from
Config.pm ( such as the git ID ), which should prove useful for showing
exactly what perl a dist was built on
- greatly improved option documentation.
0.02000100 2012-02-27T04:05:24Z
[Bugfixes]
- More attempts at fixing rt#63930 and the $_ aliasing bug
[Dependencies::New]
- runtime requires : Class::Load
[Internals]
- Eliminated the dangerous stringy evals in favour of Class::Load;
0.02000000 2012-02-27T03:48:01Z
[Bugfixes]
- This release should hopefully neuter the occasional glitch that occured
due to $_ being clobbered in a few places yeilding a package of 'undef',
which emits broken META.yml. Hopefully this should resolve rt#63930
[Dependencies::Changed]
- runtime requires : Moose 0 -> 2.0
- develop suggests : Dist::Zilla::PluginBundle::Author::KENTNL
v1.0.0 -> v1.2.0
[Dependencies::New]
- runtime requires : MooseX::Types::Moose
- runtime requires : perl 5.006
[Dependencies::Removed]
- runtime requires : Moose::Autobox
- runtime requires : Hash::Merge::Simple
[Internals]
- Ripped out the Autobox stuff as it was adding errors.
- Used MooseX::Types instead of simple stringy ones.
- Used Recent Moose traits to provide flattening instead of Autobox.
- include and exclude are now _include and _exclude with init_args to keep
construction the same. new methods include and exclude are 'elements'
accessors.
- _uname_args now produces _all_uname_args 'elements' trait-accessor.
[Packaging]
- Update LICENSE ( Address, Indent, Year )
[Tests]
- added minimum-version test.
0.01018205 2011-10-22T12:24:24Z
- Package Maintenance Release
[Dependencies::New::Requires]
- strict
- warnings
[Dependencies::Removed::Test]
- English
[Internals]
- Version no longer set during BEGIN
- Now declares $AUTHORITY in all packages.
- Use log( [ $format ) instead of log( sprintf $format notation.
- Replace an autoboxed map{} with a plain map{}
[Packaging]
- Changelog moved to CPAN::Changes form.
- Ship .perltidyrc
- Update Copyright notice ( Year, Indentation, Address )
- Move perlcriticrc to perlcritic.rc
- Author/Release tests no longer in t/
- Use @Author::KENTNL instead of @KENTNT
- Gituhub URLS now all https://
- Stop using Autoversion for versioning, use Git instead.
- Declare x_authority
- set Encoding in POD
[Tests]
- 00-compile.t regenerated
0.01018204 2010-12-07T17:05:34Z
- Finally fixed that pesky \n in the uname string.
- Moral of the story: $/ is actually evil. ( Thanks to Apocalypse for
prodding me into finally fixing this )
0.01016607 2010-11-21T20:30:38Z
- Replaced $] with { %{$^V} } to see the native version object instead of
this deprecated string.
0.01014716 2010-11-04T05:26:16Z
- Clean source code/Update toolchain.
- Fixed issue with Prereqs not being discoverable.
- Minor refactor with More Autobox
0.01005122 2010-07-31T11:43:00Z
- Dep on version 4.101540 of Dist::Zilla::Role::ConfigDumper. ( This
should reduce some test failures due to 'around dump_config' )
0.01005020 2010-07-30T09:06:26Z
- Skip 'perl' automatically when found in modules list. Can't depend on
perl.pm.
- Added 'uname' reporting feature. This should mostly work still, and only
warn when its run on a machine with no uname support and not publish
uname data.
- Added dump_config reporting support for MetaConfig
0.01000216 2010-06-13T05:07:31Z
- Added a very overkill MetaData::BuiltWith::All module for those with
suicidal tendencies.
0.01000022 2010-06-11T11:48:14Z
- First version.