only add metadata if there isn't already a META.* to work with
[p5sagit/Module-Metadata.git] / t /
2013-10-06 Chris 'BinGOs' Wil... disable warnings inside generated version sub (RT#89282)
2013-09-11 Karen Etheridge remove use of Test::Fatal, done_testing
2013-09-11 Karen Etheridge detaint version, if needed (RT#88576, Chris Williams) topic/taint
2013-09-08 Karen Etheridge add "use warnings" everywhere
2013-05-08 Peter Rabbitson Backcompaterize
2013-05-05 tokuhirom Parse POD after __END__
2013-04-30 tokuhirom Fixed `$metadata->contains_pod`. Because $#x is -1... fix/contains_pod
2013-03-06 Edward Zborowski Improve package detection regular expression
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 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 Properly handle BOMs at the beginning of the file
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-02-08 David Golden add required 'version' arg to provides()
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 Backport VMS fixes from blead [RT #70781]
2011-08-29 Vincent Pit Support "package NAME BLOCK" and "package NAME VERSION...
2011-08-29 Vincent Pit Test undefined $VERSION
2011-08-03 David Golden Add new_from_handle method [RT #68875]
2011-08-03 Tatsuhiko Miyagawa local $package::VERSION should now actually work
2011-02-03 Josh Jore Find Module/Metadata.pm in blib/arch before chdir(...
2010-12-10 David Golden Munge non-lax versions when possible
2010-07-06 Matt S Trout tests from dagolden (xdg)