Click here to visit the old openkoji buildsystem (Archived)

Information for build perl-Class-Loader-2.03-49.fc41

ID2327
Package Nameperl-Class-Loader
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version2.03
Release49.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/perl-Class-Loader.git#7cbbbc38e9450e22f8047c1272291557a9a79335
SummaryLoad modules and create objects on demand
DescriptionCertain applications like to defer the decision to use a particular module till runtime. This is possible in perl, and is a useful trick in situations where the type of data is not known at compile time and the application doesn't wish to pre-compile modules to handle all types of data it can work with. Loading modules at runtime can also provide flexible interfaces for perl modules. Modules can let the programmer decide what modules will be used by it instead of hard-coding their names. Class::Loader is an inheritable class that provides a method, _load(), to load a module from disk and construct an object by calling its constructor. It also provides a way to map modules' names and associated metadata with symbolic names that can be used in place of module names at _load().
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 27 Apr 2024 11:48:10 CST
CompletedSat, 27 Apr 2024 11:56:37 CST
Taskbuild (f41, /rpms/perl-Class-Loader.git:7cbbbc38e9450e22f8047c1272291557a9a79335)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Class-Loader.git#7cbbbc38e9450e22f8047c1272291557a9a79335'}}
Tags
f41
RPMs
src
perl-Class-Loader-2.03-49.fc41.src.rpm (info) (download)
noarch
perl-Class-Loader-2.03-49.fc41.noarch.rpm (info) (download)
Logs
noarch
root.log
installed_pkgs.log
state.log
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.03-49 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.03-48 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.03-47 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.03-46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.03-45 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.03-44 - Perl 5.36 rebuild