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

Basic items

Install
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 23KB
Arch i586
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 perl-B-Hooks-OP-Check-StashChange-0.60.0-15.mga7.src.rpm
Build time 2018-09-21 04:30:01
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie