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
This commit is contained in:
parent
dcfb5918bd
commit
a37051315d
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-All
|
||||
Version: 0.82
|
||||
Version: 0.84
|
||||
Release: 1%{?dist}
|
||||
Summary: IO::All Perl module
|
||||
License: GPL+ or Artistic
|
||||
@ -88,22 +88,30 @@ make %{?_smp_mflags} test RELEASE_TESTING=1
|
||||
%license LICENSE
|
||||
%doc Changes CONTRIBUTING README example/
|
||||
%{perl_vendorlib}/IO/
|
||||
%{_mandir}/man3/IO::All.3pm*
|
||||
%{_mandir}/man3/IO::All::DBM.3pm*
|
||||
%{_mandir}/man3/IO::All::Dir.3pm*
|
||||
%{_mandir}/man3/IO::All::File.3pm*
|
||||
%{_mandir}/man3/IO::All::Filesys.3pm*
|
||||
%{_mandir}/man3/IO::All::Link.3pm*
|
||||
%{_mandir}/man3/IO::All::MLDBM.3pm*
|
||||
%{_mandir}/man3/IO::All::Pipe.3pm*
|
||||
%{_mandir}/man3/IO::All::STDIO.3pm*
|
||||
%{_mandir}/man3/IO::All::Socket.3pm*
|
||||
%{_mandir}/man3/IO::All::String.3pm*
|
||||
%{_mandir}/man3/IO::All::Temp.3pm*
|
||||
%{_mandir}/man3/IO::All.3*
|
||||
%{_mandir}/man3/IO::All::DBM.3*
|
||||
%{_mandir}/man3/IO::All::Dir.3*
|
||||
%{_mandir}/man3/IO::All::File.3*
|
||||
%{_mandir}/man3/IO::All::Filesys.3*
|
||||
%{_mandir}/man3/IO::All::Link.3*
|
||||
%{_mandir}/man3/IO::All::MLDBM.3*
|
||||
%{_mandir}/man3/IO::All::Pipe.3*
|
||||
%{_mandir}/man3/IO::All::STDIO.3*
|
||||
%{_mandir}/man3/IO::All::Socket.3*
|
||||
%{_mandir}/man3/IO::All::String.3*
|
||||
%{_mandir}/man3/IO::All::Temp.3*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 15 2014 Paul Howarth <paul@city-fan.org> - 0.84-1
|
||||
- Update to 0.84
|
||||
- Allow passing an argument to ->relative
|
||||
- Pass separator along when tie'ing (GH#52)
|
||||
- Add ->copy method
|
||||
- Prefix private methods with underscores
|
||||
|
||||
* Fri Nov 14 2014 Petr Pisar <ppisar@redhat.com> - 0.82-1
|
||||
- 0.82 bump
|
||||
- Use bsd_glob for ::Dir->glob
|
||||
|
||||
* Thu Nov 6 2014 Paul Howarth <paul@city-fan.org> - 0.81-1
|
||||
- Update to 0.81
|
||||
|
||||
Loading…
Reference in New Issue
Block a user