Package : perl-B-Hooks-OP-Check-StashChange > RPM : perl-B-Hooks-OP-Check-StashChange-0.60.0-15.mga7.src.rpm

Basic items

Name perl-B-Hooks-OP-Check-StashChange
Version 0.60.0
Release 15.mga7
URL http://search.cpan.org/dist/B-Hooks-OP-Check-StashChange
Group Development/Perl
Summary Invoke callbacks when the stash code is being compiled in changes
Size 64KB
Arch armv7hl
License GPL+ or Artistic

Description

Invoke callbacks when the stash code is being compiled in changes.

From Perl:

<CODE>
package Foo;

use B::Hooks::OP::Check::StashChange;

our $id = B::Hooks::OP::Check::StashChange::register(sub {
my ($new, $old) = @_;
warn "${old} -> ${new}";
});

package Bar; # "Foo -> Bar"

B::Hooks::OP::Check::StashChange::unregister($Foo::id);

package Moo; # callback not invoked
</CODE>

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-21 04:31:07
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie