2018-08-15 03:31:40 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.1634
Upstream changes:
Version 0.1634:
- Fix Makefile.PL warning
- Fix deleting of inc during release process
- Better fix for AutomatedTester warning
Version 0.1632:
- Updating META.yml
Version 0.1632:
- Switch to File::Slurper
Version 0.1631:
- Trying once again to fix the compile test on windows
Version 0.1630:
- Check in standard tests, including one that skips the compile check on Windows
- Add missing URI::Escape dependency
Version 0.1629:
- Add standard tests
- Fix compatibility issue with newer versions of perl, which remove \
"." from
@INC. https://rt.cpan.org/Ticket/Display.html?id=121434
|
2017-06-12 14:34:32 by Maya Rashish | Files touched by this commit (1) |
Log message:
Fix build with perl 5.26
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-05-06 04:47:04 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update to 0.1628
----------------
Version 0.1628: Sat May 2 2015
- Prevent CPAN from indexing private-lib
|
2015-04-23 16:16:55 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add dependency to www/p5-URI (unless Can't locate URI/Escape.pm), thanks joerg@.
|
2015-04-21 03:02:20 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(pkgsrc)
- Add dependency as
DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
(upstream)
- Update 0.1625 to 0.1627
------------------------
Version 0.1627: Mon Apr 20 2015
- Clarify licensing terms
- Move verbose testing to a private module, and implement it in a way that
doesn't require editing the Makefile after it is generated.
- Require File::Slurp instead of including it, to avoid potential problems
like this:
http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07
- Fix tests so that they don't prematurely delete the temp file
See for example:
http://www.cpantesters.org/cpan/report/3adcb600-6bf9-1014-8336-f8616735162a
- Fix tests on Windows.
http://www.cpantesters.org/cpan/report/482c4765-af8d-1014-8ca5-91062b825c07
Version 0.1626: Sun Apr 12 2015
- Enable verbose testing for CPAN-testers
- Consolidate issue tracking at rt.cpan.org
|
2015-04-09 03:28:23 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 0.1623 to 0.1625
-----------------------
Version 0.1625: Mon Mar 30 2015
- Modify the memory leak test to check for <= 0 bytes. I'm not sure how this
scenario happens, but test failures like this indicate that it can:
http://www.cpantesters.org/cpan/report/bdd0e36c-d0dd-11e4-954f-5702e0bfc7aa
- Attempt to fix loss of lines when $/ is undef. Thanks to Nigel Horne for the
automated testing that found the failure.
http://www.cpantesters.org/cpan/report/60452d60-d3cc-11e4-b60b-c2157e3e1735
Version 0.1624: Sun Mar 22 2015
- Moved code to github
- Added POD test
- Improve testability of binmode_bug.t, stdin_tell_bug.t
- Implement a potential fix for test failures where FileHandle::getline()
seems to be reading a single line even though $/ is undef. Unfortunately I
can't reproduce this failure, so I'll submit and check the CPAN Testers
reports.
- Use "local $/" instead of reassigning global $/. Perhaps this is somehow
related to the test failures above?
- Improve documentation for input_record_separator()
|