Skip to content

Commit

Permalink
build of 7892e15
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 19, 2009
1 parent faafc89 commit 4797a2b
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 35 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Dist-Zilla-Plugin-MetaProvides

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
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Makefile.PL
README
lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
lib/Dist/Zilla/MetaProvides/Types.pm
lib/Dist/Zilla/Plugin/MetaProvides.pod
lib/Dist/Zilla/Plugin/MetaProvides.pm
lib/Dist/Zilla/Plugin/MetaProvides/Class.pm
lib/Dist/Zilla/Plugin/MetaProvides/FromFile.pm
lib/Dist/Zilla/Plugin/MetaProvides/Package.pm
Expand Down
18 changes: 9 additions & 9 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,39 @@
"version" : 1.4,
"url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
},
"version" : "1.0920015",
"version" : "1.0920022",
"name" : "Dist-Zilla-Plugin-MetaProvides",
"author" : [
"Kent Fredric <kentnl@cpan.org>"
],
"license" : "perl",
"provides" : {
"Dist::Zilla::MetaProvides::Types" : {
"version" : "1.0920015",
"version" : "1.0920022",
"file" : "lib/Dist/Zilla/MetaProvides/Types.pm"
},
"Dist::Zilla::MetaProvides::ProvideRecord" : {
"version" : "1.0920015",
"version" : "1.0920022",
"file" : "lib/Dist/Zilla/MetaProvides/ProvideRecord.pm"
},
"Dist::Zilla::Plugin::MetaProvides::Package" : {
"version" : "1.0920015",
"version" : "1.0920022",
"file" : "lib/Dist/Zilla/Plugin/MetaProvides/Package.pm"
},
"Dist::Zilla::Plugin::MetaProvides" : {
"version" : "1.0920015",
"file" : "lib/Dist/Zilla/Plugin/MetaProvides.pod"
"version" : "1.0920022",
"file" : "lib/Dist/Zilla/Plugin/MetaProvides.pm"
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"version" : "1.0920015",
"version" : "1.0920022",
"file" : "lib/Dist/Zilla/Role/MetaProvider/Provider.pm"
},
"Dist::Zilla::Plugin::MetaProvides::FromFile" : {
"version" : "1.0920015",
"version" : "1.0920022",
"file" : "lib/Dist/Zilla/Plugin/MetaProvides/FromFile.pm"
},
"Dist::Zilla::Plugin::MetaProvides::Class" : {
"version" : "1.0920015",
"version" : "1.0920022",
"file" : "lib/Dist/Zilla/Plugin/MetaProvides/Class.pm"
}
},
Expand Down
18 changes: 9 additions & 9 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ name: Dist-Zilla-Plugin-MetaProvides
provides:
Dist::Zilla::MetaProvides::ProvideRecord:
file: lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
version: 1.0920015
version: 1.0920022
Dist::Zilla::MetaProvides::Types:
file: lib/Dist/Zilla/MetaProvides/Types.pm
version: 1.0920015
version: 1.0920022
Dist::Zilla::Plugin::MetaProvides:
file: lib/Dist/Zilla/Plugin/MetaProvides.pod
version: 1.0920015
file: lib/Dist/Zilla/Plugin/MetaProvides.pm
version: 1.0920022
Dist::Zilla::Plugin::MetaProvides::Class:
file: lib/Dist/Zilla/Plugin/MetaProvides/Class.pm
version: 1.0920015
version: 1.0920022
Dist::Zilla::Plugin::MetaProvides::FromFile:
file: lib/Dist/Zilla/Plugin/MetaProvides/FromFile.pm
version: 1.0920015
version: 1.0920022
Dist::Zilla::Plugin::MetaProvides::Package:
file: lib/Dist/Zilla/Plugin/MetaProvides/Package.pm
version: 1.0920015
version: 1.0920022
Dist::Zilla::Role::MetaProvider::Provider:
file: lib/Dist/Zilla/Role/MetaProvider/Provider.pm
version: 1.0920015
version: 1.0920022
requires:
Class::Discover: 1.000000
Dist::Zilla: 0.091840
Expand All @@ -50,4 +50,4 @@ requires:
namespace::autoclean: 0
resources:
repository: http://github.com/kentfredric/dist-zilla-plugin-metaprovides
version: 1.0920015
version: 1.0920022
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WriteMakefile(
NAME => 'Dist::Zilla::Plugin::MetaProvides',
AUTHOR => 'Kent\ Fredric\ \<kentnl\@cpan\.org\>',
ABSTRACT => 'Generating\ and\ Populating\ \'provides\'\ in\ your\ META\.yml',
VERSION => '1.0920015',
VERSION => '1.0920022',
EXE_FILES => [ qw() ],
(eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()),
PREREQ_PM => {
Expand Down
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
NAME
Dist::Zilla::Plugin::MetaProvides - Generating and Populating 'provides'
in your META.yml

VERSION
version 1.0920022

SYNOPSIS
In your projects dist.ini

Expand Down Expand Up @@ -119,3 +126,12 @@ OPTION SUMMARY
'version' => 0.1,
}}

AUTHOR
Kent Fredric <kentnl@cpan.org>

COPYRIGHT AND LICENSE
This software is copyright (c) 2009 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.

4 changes: 2 additions & 2 deletions lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Dist::Zilla::MetaProvides::ProvideRecord;
our $VERSION = '1.0920015';
our $VERSION = '1.0920022';


# ABSTRACT: Data Management Record for MetaProvider::Provides Based Class
Expand Down Expand Up @@ -51,7 +51,7 @@ Dist::Zilla::MetaProvides::ProvideRecord - Data Management Record for MetaProvid
=head1 VERSION
version 1.0920015
version 1.0920022
=head1 ATTRIBUTES
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/MetaProvides/Types.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Dist::Zilla::MetaProvides::Types;
our $VERSION = '1.0920015';
our $VERSION = '1.0920022';


# ABSTRACT: Utility Types for the MetaProvides Plugin
Expand Down Expand Up @@ -31,7 +31,7 @@ Dist::Zilla::MetaProvides::Types - Utility Types for the MetaProvides Plugin
=head1 VERSION
version 1.0920015
version 1.0920022
=head1 SUBTYPES
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package Dist::Zilla::Plugin::MetaProvides;
our $VERSION = '1.0920022';


# ABSTRACT: Generating and Populating 'provides' in your META.yml

Expand All @@ -15,7 +17,7 @@ Dist::Zilla::Plugin::MetaProvides - Generating and Populating 'provides' in your
=head1 VERSION
version 1.0920015
version 1.0920022
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/MetaProvides/Class.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Dist::Zilla::Plugin::MetaProvides::Class;
our $VERSION = '1.0920015';
our $VERSION = '1.0920022';


# ABSTRACT: Scans Dist::Zilla's .pm files and tries to identify classes using Class::Discover.
Expand Down Expand Up @@ -65,7 +65,7 @@ Dist::Zilla::Plugin::MetaProvides::Class - Scans Dist::Zilla's .pm files and tri
=head1 VERSION
version 1.0920015
version 1.0920022
=head1 SEE ALSO
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/MetaProvides/FromFile.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Dist::Zilla::Plugin::MetaProvides::FromFile;
our $VERSION = '1.0920015';
our $VERSION = '1.0920022';


# ABSTRACT: In the event nothing else works, pull in hand-crafted metadata from a specified file.
Expand Down Expand Up @@ -57,7 +57,7 @@ Dist::Zilla::Plugin::MetaProvides::FromFile - In the event nothing else works, p
=head1 VERSION
version 1.0920015
version 1.0920022
=head1 SEE ALSO
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/MetaProvides/Package.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Dist::Zilla::Plugin::MetaProvides::Package;
our $VERSION = '1.0920015';
our $VERSION = '1.0920022';


# ABSTRACT: Extract namespaces/version from traditional packages for provides
Expand Down Expand Up @@ -59,7 +59,7 @@ Dist::Zilla::Plugin::MetaProvides::Package - Extract namespaces/version from tra
=head1 VERSION
version 1.0920015
version 1.0920022
=head1 SEE ALSO
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Role/MetaProvider/Provider.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Dist::Zilla::Role::MetaProvider::Provider;
our $VERSION = '1.0920015';
our $VERSION = '1.0920022';


# ABSTRACT: A Role for Metadata providers specific to the 'provider' key.
Expand Down Expand Up @@ -72,7 +72,7 @@ Dist::Zilla::Role::MetaProvider::Provider - A Role for Metadata providers specif
=head1 VERSION
version 1.0920015
version 1.0920022
=head1 PERFORMS ROLES
Expand Down
2 changes: 1 addition & 1 deletion t/eg/DZ2/lib/DZ2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use strict;
use warnings;

package DZ2;
our $VERSION = '1.0920015';
our $VERSION = '1.0920022';


# ABSTRACT: this is a sample package for testing Dist::Zilla;
Expand Down
2 changes: 1 addition & 1 deletion t/lib/TestClean.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package TestClean;
our $VERSION = '1.0920015';
our $VERSION = '1.0920022';


# $Id:$
Expand Down

0 comments on commit 4797a2b

Please sign in to comment.