SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-HTTP-Exception rpm build for : OpenSuSE. For other distributions click perl-HTTP-Exception.

Name : perl-HTTP-Exception
Version : 0.04007 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2023-01-27 16:47:12
Group : Development/Libraries/Perl Source RPM : perl-HTTP-Exception-0.04007-lp154.1.1.src.rpm
Size : 0.08 MB
Packager : https://www_suse_com/
Summary : Throw HTTP-Errors as (Exception::Class-) Exceptions
Description :
Every HTTP::Exception is a L< Exception::Class> - Class. So the same
mechanisms apply as with L< Exception::Class>-classes. In fact have a look
at L< Exception::Class>\' docs for more general information on exceptions and
L< Exception::Class::Base> for information on what methods a caught
exception also has.

HTTP::Exception is only a factory for HTTP::Exception::XXX (where X is a
number) subclasses. That means that HTTP::Exception->new(404) returns a
HTTP::Exception::404 object, which in turn is a HTTP::Exception::Base -
Object.

Don\'t bother checking a caught HTTP::Exception::...-class with \"isa\" as it
might not contain what you would expect. Use the code- or
status_message-attributes and the is_ -methods instead.

The subclasses are created at compile-time, ie the first time you make \"use
HTTP::Exception\". See paragraph below for the naming scheme of those
subclasses.

Subclassing the subclasses works as expected.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-H/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-HTTP-Exception-0.04007-lp154.1.1.noarch.rpm
     

Provides :
perl(HTTP::Exception)
perl(HTTP::Exception::1XX)
perl(HTTP::Exception::2XX)
perl(HTTP::Exception::3XX)
perl(HTTP::Exception::4XX)
perl(HTTP::Exception::5XX)
perl(HTTP::Exception::Base)
perl(HTTP::Exception::Loader)
perl-HTTP-Exception

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Exception::Class) >= 1.29
perl(HTTP::Status) >= 5.817
perl(Scalar::Util) >= 1.22
perl(Test::Exception) >= 0.290000
perl(Test::More) >= 0.88
perl(Test::NoWarnings) >= 1.04
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/HTTP
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Exception
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Exception.pm
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Exception/1XX.pm
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Exception/2XX.pm
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Exception/3XX.pm
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Exception/4XX.pm
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Exception/5XX.pm
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Exception/Base.pm
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Exception/Loader.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-HTTP-Exception
/usr/share/doc/packages/perl-HTTP-Exception/Changes
/usr/share/doc/packages/perl-HTTP-Exception/README
/usr/share/licenses/perl-HTTP-Exception
/usr/share/licenses/perl-HTTP-Exception/LICENSE
/usr/share/man/man3/HTTP::Exception.3pm.gz
/usr/share/man/man3/HTTP::Exception::1XX.3pm.gz
/usr/share/man/man3/HTTP::Exception::2XX.3pm.gz
/usr/share/man/man3/HTTP::Exception::3XX.3pm.gz
/usr/share/man/man3/HTTP::Exception::4XX.3pm.gz
/usr/share/man/man3/HTTP::Exception::5XX.3pm.gz
/usr/share/man/man3/HTTP::Exception::Base.3pm.gz
/usr/share/man/man3/HTTP::Exception::Loader.3pm.gz

 
ICM