Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Module-FromPerlVer
From: Thomas Klausner
Date: 2018-03-11 11:18:41
Message id: 20180311101841.91717FB40@cvs.NetBSD.org
Log Message:
p5-Module-FromPerlVer: update to 0.004002.
- v0.4.2 Thu Mar 8 15:53:35 CST 2018
Modify git tests to be language-agnostic
(hack regex rather than try to set the LC to
C so that folks can read the test results).
- v0.4.1 Thu Mar 8 15:00:08 CST 2018
Cleaned up packaging in the git tests.
Non-URL git tests should now be portable.
Still figuring out reliable way to test the URL handling
(e.g., without a network). Any fix I can think of won't
be portable to Windows due to lack of filesystem sockets.
- v0.4.0
Allows defining arguments for tball & url, takes first one
that works.
POD for PREOP in Makefile.PL for auto-generating repo tarball.
Git still needs testing, especially on Windows.
Interface shouldn't change much at this point, main issue will
be making the url-clone approach work and validating all of
the ways that tarballs can fail.
- v0.3.1
Test cleanups (mainly botched check for existing git executable).
Start adding extract git from tarball of .git or url.
- v0.3.0 Wed Mar 7 21:52:37 CST 2018
POD & tests for Git, enough hacks on the Git module
that it works with the tests (Caveat Emptor).
Fix bug of $ENV{ PERL_VERSION } not being parsed and
numified.
Minor clenaups.
Make consistent use of extractor's "value" method
rater than looking directly into the hash.
Extract::value rejects false keys (used to be only
undefined).
Bump the module versions up a notch to 0.1.0 since
the tests pass and it all seems to do something
at this point.
- v0.2.0 Tue Mar 6 19:18:15 CST 2018
POD
Bump version.
Files: