Mon, 15 Jul 2024 18:56:14 UTC | login

Information for build perl-Path-Class-0.37-8.fc29

ID50969
Package Nameperl-Path-Class
Version0.37
Release8.fc29
Epoch
SummaryCross-platform path specification manipulation
DescriptionPath::Class is a module for manipulation of file and directory specifications (strings describing their locations, like '/home/ken/foo.txt' or 'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much every platform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2, and NetWare.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 12 Jul 2018 22:03:28 UTC
CompletedThu, 12 Jul 2018 22:03:28 UTC
Tags
f29
RPMs
src
perl-Path-Class-0.37-8.fc29.src.rpm (info) (download)
noarch
perl-Path-Class-0.37-8.fc29.noarch.rpm (info) (download)
Changelog * Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-8 - Perl 5.28 re-rebuild of bootstrapped packages * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-7 - Perl 5.28 rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-4 - Perl 5.26 re-rebuild of bootstrapped packages * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Aug 15 2016 Paul Howarth <paul@city-fan.org> - 0.37-1 - Update to 0.37: - Doc update for contains/subsumes - Fix "contains" when $self is a relative path (GH#43) - Handle case where $other evaluates false - Add additional test cases for contains and subsumes - Test with Perl 5.24 - BR: perl-generators