Sun, 28 Apr 2024 21:02:10 UTC | login

Information for build perl-namespace-sweep-0.006-5.fc29

ID50798
Package Nameperl-namespace-sweep
Version0.006
Release5.fc29
Epoch
SummarySweep up imported subs in your classes
DescriptionBecause Perl methods are just regular subroutines, it's difficult to tell what's a method and what's just an imported function. As a result, imported functions can be called as methods on your objects. This pragma will delete imported functions from your class's symbol table, thereby ensuring that your interface is as you specified it. However, code inside your module will still be able to use the imported functions without any problems.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 12 Jul 2018 21:34:59 UTC
CompletedThu, 12 Jul 2018 21:34:59 UTC
Tags
f29
RPMs
src
perl-namespace-sweep-0.006-5.fc29.src.rpm (info) (download)
noarch
perl-namespace-sweep-0.006-5.fc29.noarch.rpm (info) (download)
Changelog * Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.006-5 - Perl 5.28 rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.006-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.006-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.006-2 - Perl 5.26 rebuild * Mon Feb 13 2017 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.006-1 - Initial Fedora package.