Skip to content

Commit

Permalink
Build results of fcdac26 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Apr 6, 2011
2 parents 0b1b378 + fcdac26 commit b43de15
Show file tree
Hide file tree
Showing 17 changed files with 472 additions and 356 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ my %module_build_args = (
'Kent Fredric <kentnl@cpan.org>'
],
'dist_name' => 'Dist-Zilla-Plugin-MetaProvides',
'dist_version' => '1.12044806',
'dist_version' => '1.12060212',
'license' => 'perl',
'module_name' => 'Dist::Zilla::Plugin::MetaProvides',
'recommends' => {},
Expand Down
189 changes: 104 additions & 85 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,88 +1,107 @@
Revision history for Dist-Zilla-Plugin-MetaProvides

1.12044806 2010-11-07 07:20:55 Pacific/Auckland
A little bit more testing of the codebase,
tests should be now comprehensive enough to
detect most change-bugs.

1.12044803 2010-11-07 04:26:58 Pacific/Auckland
Build ourself using MetaNoIndex to hide corpus/ crap.
Add MetaNoIndex to suggest lists.
Fix tests not to fail when there is no MetaNoIndex.
PerlTidy allover.

1.12044518 2010-11-04 19:32:54 Pacific/Auckland
Spliced Test deps into its own module.
Shipped work behind _try_regen_metadata to Dist::Zilla::Util::EmulatePhase
meta_noindex is now *ON* by default. This behavioural change is reason for Bumping the minor to 12.
Rationale:
If you're using MetaNoIndex and this module, then you want things to get skipped.
With provides =>, cpan won't do any indexing itself, so no_index in the data does nothing.
So, this module brings that power back to life by implementing it manually.
Add thanks while I remember.

1.11044405 2010-11-03 06:04:51 Pacific/Auckland
Drop silly extra depends that sneaked in. It was hobbitses, and they are pesky.

1.11044404 2010-11-03 05:25:56 Pacific/Auckland
Upgrade to recent @KENTNL changes ( remove inc/ and xt/ from source tree, relocate perlcritic.rc )
Now have a convenience function, usable by all consuming roles that permit filtering packages
that match criteira added to MetaNoIndex. Once your role uses this function, the attribute
also bolted on by this change ( meta_noindex = 1 ) will control this behaviour.
Thanks to xdg/David Golden for this suggestion.

1.11034201 2010-07-25 01:35:56 Pacific/Auckland
Forked into 4 smaller dists to reduce the installation overheads.
Mostly so that people who want Metaprovides::Package don't have to install MooseX::Declare and friends.
::Plugin::MetaProvides
::Plugin::MetaProvides::Package
::Plugin::MetaProvides::Class
::Plugin::MetaProvides::FromFile

1.10034117 2010-07-24 17:37:49 Pacific/Auckland

Dropped xt/author/kwalitee.t to avoid the needless dep.
( Kwalitee Test plugin doesn't have this issue )

1.10027802 2010-05-23 01:08:02 Pacific/Auckland
Replaced most of dist.ini with @KENTNL
( Yeilding more accurate t/ depends )
Removed =inc::Dist style loopback in favour
of the more reliable and more generic
=inc::lib

1.10027518 2010-05-20 17:33:10 Pacific/Auckland
Upgraded tests to Dist::Zilla 2.x. ( should resolve rt #56482 )
( Thanks to DAXIM/Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 for reporting )
Upgraded dist.ini to Dist::Zilla 2.x

1.10001919 2009-09-12 06:17:57 UTC
Dropped the version dep on FindBin because it causes
problems for some. Apparently deping on something that
may or may not be in core which may or may not be in core
later is a bad thing.
Added CompileTests
Add dist.ini to release for diagnostic reasons.

1.10000417 2009-08-28 04:52:32 UTC
Moved the tests around.
More tests.
All versions now maxing out to encourage upgrading.
Moved to relative dating scheme
Tighter DogFeed Loopback in buildsystem.
Critic'd.
Documentation Upped on the plugs.

1.0920022 2009-07-19 22:52:48 UTC
Moved Documentation to a .pm
file to satisfy Module::Build

1.0920015 2009-07-19 15:31:07 UTC
Now eating own dog food.
Scan *.pm|*.pod so that .pod files index properly
Only scan lib/
Fixed Bug with META's having ; in them.

1.0920012 2009-07-19 12:24:43 UTC
First version.
1.12060212 2011-04-06T00:17:21Z
[Dependencies:Development]
- @KENTNL -> @Author::KENTNL

[Documentation]
- Many miscelany spelling mistakes fixed.

[Features:Minor/API]
- copy_into now returns '1' when done.
- ProvideRecord Plugin is now immutablized.
- Type libraries no longer erroneously import Moose.

[Packaging]
- Moved to @Author::KENTNL
- Reworked Changes to CPAN::Changes spec.
- Made critic happy and stricter.

[Tests]
- add CPAN::Changes tests.
- remove portability tests.

1.12044806 2010-11-06T18:20:55Z
- A little bit more testing of the codebase, tests should be now
comprehensive enough to detect most change-bugs.

1.12044803 2010-11-06T15:26:58Z
- Build ourself using MetaNoIndex to hide corpus/ crap.
- Add MetaNoIndex to suggest lists.
- Fix tests not to fail when there is no MetaNoIndex.
- PerlTidy allover.

1.12044518 2010-11-04T06:32:54Z
- Spliced Test deps into its own module.
- Shipped work behind _try_regen_metadata to
Dist::Zilla::Util::EmulatePhase
- meta_noindex is now *ON* by default. This behavioural change is reason
for Bumping the minor to 12. Rationale: If you're using MetaNoIndex and
this module, then you want things to get skipped. With provides =>, cpan
won't do any indexing itself, so no_index in the data does nothing. So,
this module brings that power back to life by implementing it manually.
- Add thanks while I remember.

1.11044405 2010-11-02T17:04:51Z
- Drop silly extra depends that sneaked in. It was hobbitses, and they are
pesky.

1.11044404 2010-11-02T16:25:56Z
- Upgrade to recent @KENTNL changes ( remove inc/ and xt/ from source
tree, relocate perlcritic.rc )
- Now have a convenience function, usable by all consuming roles that
permit filtering packages that match criteira added to MetaNoIndex. Once
your role uses this function, the attribute also bolted on by this
change ( meta_noindex = 1 ) will control this behaviour. Thanks to
xdg/David Golden for this suggestion.

1.11034201 2010-07-24T13:35:56Z
- Forked into 4 smaller dists to reduce the installation overheads.
- Mostly so that people who want Metaprovides::Package don't have to
install MooseX::Declare and friends. ::Plugin::MetaProvides,
::Plugin::MetaProvides::Package, ::Plugin::MetaProvides::Class,
::Plugin::MetaProvides::FromFile

1.10034117 2010-07-24T05:37:49Z
- Dropped xt/author/kwalitee.t to avoid the needless dep. ( Kwalitee Test
plugin doesn't have this issue )

1.10027802 2010-05-22T13:08:02Z
- Replaced most of dist.ini with @KENTNL ( Yeilding more accurate t/
depends )
- Removed =inc::Dist style loopback in favour of the more reliable and
more generic =inc::lib

1.10027518 2010-05-20T05:33:10Z
- Upgraded tests to Dist::Zilla 2.x. ( should resolve rt #56482 ) ( Thanks
to DAXIM/Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 for reporting )
- Upgraded dist.ini to Dist::Zilla 2.x

1.10001919 2009-09-12T06:17:57Z
- Dropped the version dep on FindBin because it causes problems for some.
Apparently deping on something that may or may not be in core which may
or may not be in core later is a bad thing.
- Added CompileTests
- Add dist.ini to release for diagnostic reasons.

1.10000417 2009-08-28T04:52:32Z
- Moved the tests around.
- More tests.
- All versions now maxing out to encourage upgrading.
- Moved to relative dating scheme
- Tighter DogFeed Loopback in buildsystem.
- Critic'd.
- Documentation Upped on the plugs.

1.0920022 2009-07-19T22:52:48Z
- Moved Documentation to a .pm file to satisfy Module::Build

1.0920015 2009-07-19T15:31:07Z
- Now eating own dog food.
- Scan *.pm|*.pod so that .pod files index properly
- Only scan lib/
- Fixed Bug with META's having ; in them.

1.0920012 2009-07-19T12:24:43Z
- First version.

6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2010 by Kent Fredric.
This software is copyright (c) 2011 by Kent Fredric.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2010 by Kent Fredric.
This software is Copyright (c) 2011 by Kent Fredric.

This is free software, licensed under:

Expand Down Expand Up @@ -270,7 +270,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2010 by Kent Fredric.
This software is Copyright (c) 2011 by Kent Fredric.

This is free software, licensed under:

Expand Down
3 changes: 2 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ t/02-MetaProvides-ProvideRecord.t
t/03-Types.t
t/author-critic.t
t/lib/Dist/Zilla/Plugin/FakePlugin.pm
t/release-cpan-changes.t
t/release-distmeta.t
t/release-eol.t
t/release-kwalitee.t
t/release-pod-coverage.t
t/release-pod-syntax.t
t/release-portability.t
weaver.ini
Loading

0 comments on commit b43de15

Please sign in to comment.