Commit Graph

27 Commits

Author SHA1 Message Date
Paul Howarth
001347d8b8 Update to 0.87
- New upstream release 0.87
  - Fix io($dir)->all when files have unicode in names (GH#95)
  - Stop trampling $!
  - Add cmp overload to fix some windows problems (GH#74)
- This release by FREW → update source URL
- Simplify find command using -delete
2017-07-19 09:26:04 +01:00
Paul Howarth
e183be21f8 Update to 0.86
- New upstream release 0.86 (revamp docs)
- This release by INGY → update source URL
2015-01-04 18:12:09 +00:00
Petr Šabata
d448e5280f Update to 0.85
- A Windows test fix only
2014-12-17 14:20:30 +01:00
Paul Howarth
a37051315d Update to 0.84
- New upstream release 0.84
  - Allow passing an argument to ->relative
  - Pass separator along when tie'ing (GH#52)
  - Add ->copy method
  - Prefix private methods with underscores
2014-12-15 14:25:57 +00:00
Petr Písař
dcfb5918bd 0.82 bump 2014-11-14 10:50:10 +01:00
Paul Howarth
0748f16323 Update to 0.81
- New upstream release 0.81
  - Make the Role Call list link to their doc sections
  - Fixed a doc formatting bug
2014-11-06 09:25:03 +00:00
Paul Howarth
d0aade5ae8 Update to 0.79
- New upstream release 0.79
  - Add t/000-compile-modules.t
  - Eliminate File::Basename from test/
  - Eliminate spurious trailing whitespace
  - Meta 0.0.2
  - Remove 'use 5.x.x' from code
  - Fix strict/warnings
  - Change testdir to t
  - Replace tabs with spaces
  - Add new overloads from PR/49
  - Doc enhancement (PR/51)
2014-09-05 19:03:16 +01:00
Paul Howarth
7ac64d6d82 Update to 0.68
- New upstream release 0.68
  - Fix Copyright years
  - Documentation fixes
- Use %license
2014-08-14 13:47:45 +01:00
Paul Howarth
af9806f15a Update to 0.66
- New upstream release 0.66
  - Move doc to Swim
  - Fix Meta and add Contributing file
- Include new upstream documentation
2014-07-17 11:13:23 +01:00
Paul Howarth
3ef77b6b83 Update to 0.65
- New upstream release 0.65
  - New badge syntax
  - Changed the ABSTRACT
  - Support recommended modules again
2014-06-16 11:38:54 +01:00
Paul Howarth
58bb12fe6e Update to 0.63
- New upstream release 0.63
  - Convert release to Zilla::Dist
  - Convert documentation to Kwim
  - Add coveralls badge
- This release by INGY -> update source URL
2014-06-10 15:35:11 +01:00
Paul Howarth
7004a26107 Update to 0.61
- New upstream release 0.61
  - Fix head() returning prematurely
    (https://github.com/ingydotnet/io-all-pm/issues/44)
2014-05-07 10:36:29 +01:00
Paul Howarth
e0068c2297 Update to 0.60
- New upstream release 0.60
  - Fix IO Layer situation
2014-03-22 20:44:00 +00:00
Paul Howarth
677b2fe425 Update to 0.59
- New upstream release 0.59
  - Fix possible infinite loop in t/accept.t (GH#42)
  - Fix yet another utf8 validation issue (GH#38)
  - Fix warnings running t/tie.t on Windows (GH#37)
2014-03-07 10:23:30 +00:00
Paul Howarth
013d4ccc81 Update to 0.58
- New upstream release 0.58
  - Fix canonpath on MSWin32
  - Fix marking files as both binary and utf8 (closes GH#36)
2014-03-03 10:11:22 +00:00
Paul Howarth
5b62611ecc Update to 0.57
- New upstream release 0.57
  - Make '' not become / when using io->dir('')
  - Add a fix for io->file("foobar")->assert
  - Make io->file('') not break on Windows systems
  - Fix dangling file handles in tests
  - Make mkdir die if it fails (CPAN RT#61697)
  - Fix possible path test issues, especially in Win32
  - Fix ->binary under -utf8 import mode (CPAN RT#81224)
  - Validate UTF-8 in ->utf8 (CPAN RT#74642)
  - Consistently use :encoding($encoding) (CPAN RT#68512)
  - Pass perms to mkpath in assert_dirpath (CPAN RT#53687)
  - Fix minor POD niggle (CPAN RT#83798)
  - Remove broken test for ->mimetype (CPAN RT#91743)
  - Skip t/encoding.t for perls built without PerlIO::encoding (CPAN RT#26230)
  - Abandon RT in favor of GitHub Issues
  - Remove mentions of unimplemented strict (GH#15)
  - Allow testing on non-SDBM DBM's
  - Change minimum perl version to 5.8.1, and thus remove dep for IO::String
  - Return realpath for canonpath when possible (GH#34)
  - Correctly check exists for ::File, ::Dir, and ::Link
  - Fix test failures on MacOS (CPAN RT#61627/GH#29, CPAN RT#82633/GH#32)
  - Some documentation clean-up around the SYNOPSIS
  - Fix printing to a tie'd object (GH#26)
  - Fix tests if $^X ne 'perl' (GH#35)
- This release by FREW -> update source URL
- Package upstream's README.md file
- Run the Pod test too
2014-02-14 14:25:26 +00:00
Paul Howarth
502e2f21bf Update to 0.50
- New upstream release 0.50
  - Fix various tests on Windows (CPAN RT#89609)
  - Fix wrong return precedence (CPAN RT#87200)
- This release by INGY -> update source URL
2013-10-19 20:00:53 +01:00
Paul Howarth
21fa4904bc Update to 0.48
- New upstream release 0.48
  - Add ->os method to ::Filesys
  - Switch from Module::Install to Dist::Zilla
2013-10-08 20:53:10 +01:00
Paul Howarth
6805ffc2a9 - Update to 0.47
- Add ->glob method to ::Dir
  - Add list based constructors to ::Dir and ::File
  - Add ->mimetype method to ::FileSys
  - Add ->ext method to ::FileSys
  - All tests should be parallelizable
- This release by FREW -> update source URL
- Specify all dependencies
- Make %files list more explicit
- Don't use macros for commands
- Drop redundant %{?perl_default_filter}
2013-10-06 12:19:48 +01:00
Iain Arnell
11362da588 update to 0.46 2012-09-07 09:03:02 -06:00
Ralf Corsépius
064930329c - Update to 0.41 (Fix FTBFS: BZ 660953).
- Remove requires-filter.
- Remove R:/BR: perl(Spiffy).
2010-12-14 12:45:04 +01:00
Steven Pritchard
c335ea5deb Update to 0.39. Fix permissions on *.pm. 2008-12-15 19:42:57 +00:00
Steven Pritchard
d3522d74d1 Update to 0.38. BR ExtUtils::MakeMaker. BR MLDBM for better test coverage. 2007-04-17 19:37:30 +00:00
Steven Pritchard
5af23a8ec4 Update to 0.36. Use fixperms macro instead of our own chmod incantation. 2006-10-17 21:32:55 +00:00
Steven Pritchard
8f7eb73b09 Update to 0.35. 2006-05-25 00:17:53 +00:00
Steven Pritchard
51982e796c auto-import perl-IO-All-0.33-2 on branch devel from
perl-IO-All-0.33-2.src.rpm
2006-03-03 01:22:22 +00:00
Steven Pritchard
6663f847d9 Setup of module perl-IO-All 2006-03-03 01:21:48 +00:00