معرفی شرکت ها


perl-Class-Load-0.20-3.el7.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A working (require "Class::Name") and more
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 7
مخزن Centos os noarch
نام بسته perl-Class-Load
نام فایل بسته perl-Class-Load-0.20-3.el7.noarch.rpm
نسخه بسته 0.20
انتشار بسته 3.el7
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Tue 10 Jun 2014 10
هاست سازنده worker1.bsys.centos.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Class-Load/
مجوز GPL+ or Artistic
حجم دانلود 27K
حجم نصب 37.004K
require EXPR only accepts Class/Name.pm style module names, not Class::Name. How frustrating! For that, we provide load_class 'Class::Name'. It's often useful to test whether a module can be loaded, instead of throwing an error when it's not available. For that, we provide try_load_class 'Class::Name'. Finally, sometimes we need to know whether a particular class has been loaded. Asking %INC is an option, but that will miss inner packages and any class for which the filename does not correspond to the package name. For that, we provide is_class_loaded 'Class::Name'.


جایگزین ها

بسته نسخه معماری مخزن
perl-Class-Load-XS-0.06-3.el7.x86_64.rpm 0.06 x86_64 CentOS os


نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.16.3)
- perl(Data::OptList)
- perl(Exporter)
>= 0.04 perl(Module::Implementation)
- perl(Module::Runtime)
>= 0.012 perl(Module::Runtime)
>= 0.14 perl(Package::Stash)
- perl(Scalar::Util)
- perl(Try::Tiny)
- perl(base)
- perl(strict)
- perl(warnings)


ارائه دهنده

مقدار نام
= 0.20 perl(Class::Load)
= 0.20 perl(Class::Load::PP)
= 0.20-3.el7 perl-Class-Load


نحوه نصب


نصب پکیج rpm perl-Class-Load:

    sudo yum localinstall perl-Class-Load-0.20-3.el7.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Class-Load-0.20
/usr/share/doc/perl-Class-Load-0.20/Changes
/usr/share/doc/perl-Class-Load-0.20/LICENSE
/usr/share/doc/perl-Class-Load-0.20/README
/usr/share/man/man3/Class::Load.3pm.gz
/usr/share/perl5/vendor_perl/Class
/usr/share/perl5/vendor_perl/Class/Load
/usr/share/perl5/vendor_perl/Class/Load.pm
/usr/share/perl5/vendor_perl/Class/Load/PP.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2013-12-27

Mass rebuild 2013-12-27

2012-08-15

Rebuild for perl 5.16

2012-07-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

2012-07-15

Update to 0.20
Same as the most recent 0.19, but with a new version (CPAN RT#78389)

2012-07-15

New upstream re-release of 0.19 by DROLSKY
The load_class() subroutine now returns the class name on success
Exceptions and errors from Class::Load no longer contain references to line
Exceptions are now croaked properly so they appear to come from the calling
This release by DROLSKY -> update source URL
BR: perl(Scalar::Util) for the module
BR: perl(lib) for the test suite
Drop buildreqs perl(strict) and perl(warnings) - not dual-lived

2012-07-10

Perl 5.16 re-rebuild of bootstrapped packages

2012-06-26

Conditionalize Pod::Coverage::Moose

2012-06-19

Perl 5.16 rebuild

2012-06-07

Add commentary regarding conditionalized buildreqs

2012-06-07

Conditionalize aspell-en dependency

2012-04-03

Update to 0.19 (no functional changes)
This release by DOY -> update source URL
BR: perl(Exporter)
Don't need to remove empty directories from buildroot

2012-02-18

Update to 0.18:
Require Package::Stash ≥ 0.14 (CPAN RT#75095)

2012-02-12

Update to 0.17:
Require Module::Runtime 0.012, which has a number of useful bug fixes
A bug in Class::Load caused test failures when Module::Runtime 0.012 was

2012-02-09

Update to 0.15:
Small test changes to accomodate latest version of Module::Implementation
BR: at least version 0.04 of perl(Module::Implementation)

2012-02-07

Update to 0.14:
Use Module::Implementation to handle loading the XS or PP versions of the
Under taint mode, setting an implementation in the
An invalid value in the CLASS_LOAD_IMPLEMENTATION env var is now detected
BR: perl(Module::Implementation)
BR: perl(base), perl(Carp), perl(strict) and perl(warnings) for completeness
Drop version requirement for perl(Package::Stash), no longer present upstream
Drop explicit runtime dependencies, no longer needed
Don't BR: perl(Class::Load::XS) or perl(Pod::Coverage::Moose) if we're
Don't run the release tests when bootstrapping as the Pod coverage test will

2012-01-10

Fedora 17 mass rebuild