2018-03-08 13:59:42 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Module-FromPerlVer: update to 0.001000.
- v0.1.0 Tue Mar 6 12:38:07 CST 2018
Passes all Dir tests on all platforms, bump up version.
POD.
- v0.0.7 Mon Mar 5 23:06:03 CST 2018
Correct error in Makefile.PL.
Added tests.
- v0.0.6
POD cleanups.
Copy message "files" => "files/dirs" to avoid \
confusion with
list of files displayed.
|
2018-03-05 14:08:23 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Module-FromPerlVer: update to 0.000005.
Changes not documented.
|
2018-03-04 12:15:22 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Module-FromPerlVer: update to 0.000004.
-- v0.0.4 Sat Mar 3 22:51:10 CST 2018
Modify tests, separate require from calling import.
Report version of module loaded via require to isolate
which version is not parsable by 5.8.
-- v0.0.3 Fri Mar 2 14:19:47 CST 2018
Makefile.PL, add missing dependencies.
-- v0.0.2 Thu Mar 1 13:45:34 CST 2018
Add handling for Git, split low-level functions
for acquiring data into Dir and Git classes.
Utility functions have a few changed names to make
them consistent with switching between subdir and
git tags.
Git is largely untested.
Added tests & sanity checks.
|
2018-02-28 09:36:12 by Thomas Klausner | Files touched by this commit (3) |
Log message:
devel/p5-Module-FromPerlVer: import p5-Module-FromPerlVer-0.0.1
Ever have to give up using a new, really useful feature in Perl
because someone on Centos uses 5.8?
Not sure what will work with PerlBrew if you have five versions of
Perl installed with your modules?
No longer. Now your Makefile.PL can use the correct Perl Version.
|