Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Devel-TraceUse-2.96.0-2.mga8 RPM for noarch

From Mageia 8 for x86_64 / media / core / release

Name: perl-Devel-TraceUse Distribution: Mageia
Version: 2.96.0 Vendor: Mageia.Org
Release: 2.mga8 Build date: Fri Feb 14 20:21:14 2020
Group: Development/Perl Build host: localhost
Size: 51454 Source RPM: perl-Devel-TraceUse-2.96.0-2.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/Devel-TraceUse
Summary: Hack around calling UNIVERSAL::can() as a function
The UNIVERSAL class provides a few default methods so that all objects can use
them. Object orientation allows programmers to override these methods in
subclasses to provide more specific and appropriate behavior.

Some authors call methods in the UNIVERSAL class on potential invocants as
functions, bypassing any possible overriding. This is wrong and you should not
do it. Unfortunately, not everyone heeds this warning and their bad code can
break your good code.

Fortunately, this upstream_name replaces UNIVERSAL::can() with a method that checks to
see if the first argument is a valid invocant (whether an object -- a blessed
referent -- or the name of a class). If so, and if the invocant's class has its
own can() method, it calls that as a method. Otherwise, everything works as you
might expect.

If someone attempts to call UNIVERSAL::can() as a function, this upstream_name will
emit a lexical warning (see perllexwarn) to that effect. You can disable it
with no warnings; or no warnings 'UNIVERSAL::isa';, but don't do that; fix the
code instead.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Fri Feb 14 2020 umeabot <umeabot> 2.96.0-2.mga8
  + Revision: 1521735
  - Mageia 8 Mass Rebuild
* Mon Dec 31 2018 tv <tv> 2.96.0-1.mga7
  + Revision: 1347297
  - new release
* Thu Sep 20 2018 umeabot <umeabot> 2.95.0-3.mga7
  + Revision: 1282882
  - Mageia 7 Mass Rebuild

Files

/usr/share/doc/perl-Devel-TraceUse
/usr/share/doc/perl-Devel-TraceUse/Changes
/usr/share/doc/perl-Devel-TraceUse/LICENSE
/usr/share/doc/perl-Devel-TraceUse/META.json
/usr/share/doc/perl-Devel-TraceUse/META.yml
/usr/share/doc/perl-Devel-TraceUse/MYMETA.yml
/usr/share/doc/perl-Devel-TraceUse/README
/usr/share/man/man3/Devel::TraceUse.3pm.xz
/usr/share/perl5/vendor_perl/Devel
/usr/share/perl5/vendor_perl/Devel/TraceUse.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 15:38:33 2024