Skip to content

Releases: perhunter/slurp

v9999.22

16 Oct 03:17
Compare
Choose a tag to compare
  • Update the SYNOPSIS documentation. (Graham Knop)
  • Fix some EUMM metadata depending on version. (Dan Book)
  • Fix Windows path concatenation on read_dir. (James Keenan)
  • Document each function with proper POD heads and re-order in alphabetical
  • Dump the POD to GH markdown for a README.md
  • Remove the README file
  • Remove some work-arounds for older Perls < 5.6
  • Do not inherit from Exporter (requires Exporter 5.57)
  • Fix perms.t to run on all platforms (Aristotle Pagaltzis, Linda Walsh via RT #92401)
  • Clean up handle.t (we no longer use the -w flag anywhere)

v9999.21

08 Oct 21:15
Compare
Choose a tag to compare
  • Unset $^W in a few strategic places to silence warnings when Test::Harness or ExtUtils::MakeMaker turn them on. (Thanks, Graham Knop).
  • Got rid of a few MYMETA leftovers in the MANIFEST
  • Add Git repository info to the Makefile
  • Add a contributor's list for display on metacpan

v9999.20_02

05 Oct 01:24
Compare
Choose a tag to compare
v9999.20_02 Pre-release
Pre-release

Another release with no code changes:

  • Update TravisCI tests to show coverage.
  • Update all remaining test files
  • Get rid of assumption of . in @inc in tests
  • Remove t/TestDriver.pm
  • Add t/lib/FileSlurpTest.pm
  • Make sure all tests use a properly acquired temp file
  • Clean up prereqs a bit further
  • Document all failure cases in the 01-error* tests.
  • Moved the CORE:: function overrides to their own test class to only be included when overriding is necessary

v9999.20_01

28 Sep 01:54
Compare
Choose a tag to compare
v9999.20_01 Pre-release
Pre-release

Trial Release to test build and test fixes:

  • Fixed spelling mistakes in POD (RT #85251)
  • Fixed a typo in an example (RTs #72116, #80279)
  • Remove doc mentions of Perl < 5.006 as that's required.
  • Fix POD coverage tests by adding a few more ignored functions
  • Added t/edit_file.t (James Keenen)
  • Move the POD tests to xt/author
  • Update t/append_null.t
  • Update t/binmode.t
  • Update t/data_list.t
  • Update t/data_scalar.t
  • Update t/error_mode.t
  • Update t/large.t
  • Update t/original.t
  • Update t/stringify.t
  • Added t/00-report-prereqs.t
  • Added more xt/author tests
  • Fix all trailing whitespace in accordance with xt/author/eol.t
  • Updated the Makefile.PL to get all of the prereqs in there.
  • Add CI testing via TravisCI and AppVeyor