p5sagit/Module-Metadata.git
2012-08-16 Chris Nehren Do the (dev) release dance release_1.0.10_001
2012-08-07 Chris Nehren Remove warning for when modules don't do $VERSION ...
2012-07-30 Vincent Pit Test for __(?:DATA|END)__ in the "code" section of...
2012-07-30 Vincent Pit Detect POD sections like perl would
2012-07-30 Vincent Pit Be stricter about which =XXX are POD keywords
2012-07-30 Vincent Pit "defined $x ? $x : undef" better written as "$x"
2012-07-30 Vincent Pit Don't skip lines beginning by # in POD
2012-07-30 Vincent Pit Don't collect "=cut" at the end of a POD section
2012-07-30 Vincent Pit A couple of tests about commented versions
2012-07-30 Vincent Pit POD tweaks
2012-07-30 Vincent Pit Properly handle BOMs at the beginning of the file
2012-07-29 Vincent Pit Bump version to 1.0.10 and update Changes release_1.0.10
2012-07-29 Craig A. Berry Portability fix-ups for new_from_module()
2012-07-29 Vincent Pit Test package_versions_from_directory with regard to...
2012-07-29 Jerry D. Hedden Fix t/metadata.t failure under Cygwin
2012-07-29 Vincent Pit Only compile $PKG_REGEXP and $VERS_REGEXP once
2012-07-28 Vincent Pit Only call _parse_version_expression() for lines that...
2012-07-28 Vincent Pit Optimize POD section handling in _parse_fh()
2012-04-03 David Golden gitignore: MANIFEST and dist tarball/dir
2012-02-08 David Golden Bump version to 1.000009 and prep Changes for release release_1.0.9
2012-02-08 David Golden Make all prereqs explicit in Makefile.PL
2012-02-08 David Golden use croak instead of die
2012-02-08 David Golden add required 'version' arg to provides()
2012-02-08 David Golden updated Changes release_1.0.8
2012-02-07 David Golden bump version to 1.0.8
2012-02-07 David Golden document that packages_inside is unfiltered
2012-02-07 David Golden add "provides" method for correct CPAN META field gener...
2012-02-07 David Golden test package_versions_from_directory
2011-09-07 David Golden Bump version to 1.0.7 release_1.0.7
2011-09-07 David Golden Backport VMS fixes from blead [RT #70781]
2011-08-29 David Golden Bump version to 1.0.6 and update Changes release_1.0.6
2011-08-29 Vincent Pit Support "package NAME BLOCK" and "package NAME VERSION...
2011-08-29 Vincent Pit Ignore MYMETA.json
2011-08-29 Vincent Pit Test undefined $VERSION
2011-08-03 David Golden Edited documentation release_1.0.5
2011-08-03 David Golden Add new_from_handle method [RT #68875]
2011-08-03 David Golden Fix references to ModuleInfo [RT #66133]
2011-08-03 David Golden bump version to 1.000005
2011-08-03 David Golden update Changes for release
2011-08-03 Tatsuhiko Miyagawa local $package::VERSION should now actually work
2011-02-03 David Golden bump version to 1.00004 and update Changes release_1.0.4
2011-02-03 Josh Jore Find Module/Metadata.pm in blib/arch before chdir(...
2011-01-07 David Golden bump version to 1.000003 and timestamp Changes release_1.0.3
2011-01-07 David Golden documentation cleanup
2010-12-10 David Golden add LICENSE when generating META.yml release_1.0.2
2010-12-10 David Golden bump version and CHANGES for 1.000002
2010-12-10 David Golden Munge non-lax versions when possible
2010-12-10 David Golden Fix up some comments about version manipulation
2010-12-10 David Golden switch from Module::Metadata::Version to version.pm
2010-12-10 David Golden add a gitignore file
2010-07-10 Matt S Trout factor out author targets into a plain Makefile.include
2010-07-08 Matt S Trout Changes file and 1.000001 version bump for release release_1.0.1
2010-07-08 Matt S Trout fixup version bump to nuke Makefile, make Makefile...
2010-07-08 Matt S Trout move Author.PL to maint/Makefile.PL.include to prevent...
2010-07-08 Matt S Trout add bump-version utility for author-side work
2010-07-06 Matt S Trout bump Module::Metadata version to 1.0.0 release_1.0.0
2010-07-06 Matt S Trout squelch warning in Author.PL
2010-07-06 Matt S Trout include xt/ in MANIFEST since we want the dist to be...
2010-07-06 Matt S Trout POD test plus POD changes to make it pass
2010-07-06 Matt S Trout Makefile.PL and Author.PL
2010-07-06 Matt S Trout tests from dagolden (xdg)
2010-03-21 Matt S Trout make fallback actually work
2010-03-21 Matt S Trout no dep
2010-03-03 Matt S Trout import Module::Metadata