12 years agoBackport VMS fixes from blead [RT #70781]
David Golden [Wed, 7 Sep 2011 15:58:31 +0000]
Backport VMS fixes from blead [RT #70781]

Dot is the directory delimiter on VMS, so it's awkward at best to use it
in directory names.  Blead commit 4eb81ef279, "Update Module-Metadata to
CPAN version 1.000005" introduced two new directories with dots in the
name, which confused the manifest checker and broke the build on VMS.

12 years agoBump version to 1.0.6 and update Changes release_1.0.6
David Golden [Mon, 29 Aug 2011 19:46:56 +0000]
Bump version to 1.0.6 and update Changes

12 years agoSupport "package NAME BLOCK" and "package NAME VERSION BLOCK"
Vincent Pit [Mon, 29 Aug 2011 19:20:05 +0000]
Support "package NAME BLOCK" and "package NAME VERSION BLOCK"

12 years agoIgnore MYMETA.json
Vincent Pit [Mon, 29 Aug 2011 19:06:32 +0000]
Ignore MYMETA.json

12 years agoTest undefined $VERSION
Vincent Pit [Mon, 29 Aug 2011 18:05:19 +0000]
Test undefined $VERSION

12 years agoEdited documentation release_1.0.5
David Golden [Wed, 3 Aug 2011 01:38:30 +0000]
Edited documentation

12 years agoAdd new_from_handle method [RT #68875]
David Golden [Wed, 3 Aug 2011 01:17:27 +0000]
Add new_from_handle method [RT #68875]

12 years agoFix references to ModuleInfo [RT #66133]
David Golden [Wed, 3 Aug 2011 00:34:54 +0000]
Fix references to ModuleInfo [RT #66133]

12 years agobump version to 1.000005
David Golden [Wed, 3 Aug 2011 00:25:07 +0000]
bump version to 1.000005

12 years agoupdate Changes for release
David Golden [Wed, 3 Aug 2011 00:24:13 +0000]
update Changes for release

12 years agolocal $package::VERSION should now actually work
Tatsuhiko Miyagawa [Sun, 26 Jun 2011 05:12:29 +0000]
local $package::VERSION should now actually work

Signed-off-by: David Golden <dagolden@cpan.org>

13 years agobump version to 1.00004 and update Changes release_1.0.4
David Golden [Thu, 3 Feb 2011 07:55:21 +0000]
bump version to 1.00004 and update Changes

13 years agoFind Module/Metadata.pm in blib/arch before chdir() [RT #65380]
Josh Jore [Thu, 3 Feb 2011 01:00:36 +0000]
Find Module/Metadata.pm in blib/arch before chdir() [RT #65380]

Signed-off-by: David Golden <dagolden@cpan.org>

13 years agobump version to 1.000003 and timestamp Changes release_1.0.3
David Golden [Fri, 7 Jan 2011 02:34:58 +0000]
bump version to 1.000003 and timestamp Changes

13 years agodocumentation cleanup
David Golden [Fri, 7 Jan 2011 02:31:58 +0000]
documentation cleanup

13 years agoadd LICENSE when generating META.yml release_1.0.2
David Golden [Fri, 10 Dec 2010 17:07:49 +0000]
add LICENSE when generating META.yml

13 years agobump version and CHANGES for 1.000002
David Golden [Fri, 10 Dec 2010 17:01:05 +0000]
bump version and CHANGES for 1.000002

13 years agoMunge non-lax versions when possible
David Golden [Fri, 10 Dec 2010 15:33:11 +0000]
Munge non-lax versions when possible

Older version of version.pm allowed various forms that
failed even the "lax" rules. The new version.pm module
conforms to the Perl 5.12 rules, so this commit adds some
munging to try to cope with some non-lax versions
strings like "1.23-alpha"

13 years agoFix up some comments about version manipulation
David Golden [Fri, 10 Dec 2010 14:26:43 +0000]
Fix up some comments about version manipulation

13 years agoswitch from Module::Metadata::Version to version.pm
David Golden [Fri, 10 Dec 2010 14:20:10 +0000]
switch from Module::Metadata::Version to version.pm

13 years agoadd a gitignore file
David Golden [Fri, 10 Dec 2010 14:17:09 +0000]
add a gitignore file

13 years agofactor out author targets into a plain Makefile.include
Matt S Trout [Sat, 10 Jul 2010 20:25:51 +0000]
factor out author targets into a plain Makefile.include

13 years agoChanges file and 1.000001 version bump for release release_1.0.1
Matt S Trout [Thu, 8 Jul 2010 23:58:02 +0000]
Changes file and 1.000001 version bump for release

13 years agofixup version bump to nuke Makefile, make Makefile.PL use new location of maint include
Matt S Trout [Thu, 8 Jul 2010 23:57:30 +0000]
fixup version bump to nuke Makefile, make Makefile.PL use new location of maint include

13 years agomove Author.PL to maint/Makefile.PL.include to prevent it being run at build time
Matt S Trout [Thu, 8 Jul 2010 23:26:46 +0000]
move Author.PL to maint/Makefile.PL.include to prevent it being run at build time

13 years agoadd bump-version utility for author-side work
Matt S Trout [Thu, 8 Jul 2010 23:23:05 +0000]
add bump-version utility for author-side work

13 years agobump Module::Metadata version to 1.0.0 release_1.0.0
Matt S Trout [Tue, 6 Jul 2010 21:16:11 +0000]
bump Module::Metadata version to 1.0.0

13 years agosquelch warning in Author.PL
Matt S Trout [Tue, 6 Jul 2010 21:15:55 +0000]
squelch warning in Author.PL

13 years agoinclude xt/ in MANIFEST since we want the dist to be as close to reh repo as possible
Matt S Trout [Tue, 6 Jul 2010 01:30:05 +0000]
include xt/ in MANIFEST since we want the dist to be as close to reh repo as possible

13 years agoPOD test plus POD changes to make it pass
Matt S Trout [Tue, 6 Jul 2010 01:28:08 +0000]
POD test plus POD changes to make it pass

13 years agoMakefile.PL and Author.PL
Matt S Trout [Tue, 6 Jul 2010 01:27:55 +0000]
Makefile.PL and Author.PL

13 years agotests from dagolden (xdg)
Matt S Trout [Tue, 6 Jul 2010 01:27:30 +0000]
tests from dagolden (xdg)

14 years agomake fallback actually work
Matt S Trout [Sun, 21 Mar 2010 12:36:54 +0000]
make fallback actually work

14 years agono dep
Matt S Trout [Sun, 21 Mar 2010 11:42:11 +0000]
no dep

14 years agoimport Module::Metadata
Matt S Trout [Wed, 3 Mar 2010 01:01:44 +0000]
import Module::Metadata