* [gentoo-commits] gentoo-x86 commit in dev-perl/Devel-REPL/files: cpan_rt_54579.patch
@ 2010-03-05 11:13 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2010-03-05 11:13 UTC (permalink / raw
To: gentoo-commits
tove 10/03/05 11:13:16
Added: cpan_rt_54579.patch
Log:
Fixes load_plugin error via Moose::Meta::Class (#307869). Thanks to Jason Mills
(Portage version: 2.2_rc64/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-perl/Devel-REPL/files/cpan_rt_54579.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Devel-REPL/files/cpan_rt_54579.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Devel-REPL/files/cpan_rt_54579.patch?rev=1.1&content-type=text/plain
Index: cpan_rt_54579.patch
===================================================================
--- Devel-REPL-1.003007/lib/Devel/REPL/Meta/Plugin.pm
+++ Devel-REPL-1.003007/lib/Devel/REPL/Meta/Plugin.pm
@@ -6,6 +6,7 @@ extends 'Moose::Meta::Role';
before 'apply' => sub {
my ($self, $other) = @_;
+ return unless $other->isa('Devel::REPL');
if (my $pre = $self->get_method('BEFORE_PLUGIN')) {
$pre->body->($other, $self);
}
@@ -13,6 +14,7 @@ before 'apply' => sub {
after 'apply' => sub {
my ($self, $other) = @_;
+ return unless $other->isa('Devel::REPL');
if (my $pre = $self->get_method('AFTER_PLUGIN')) {
$pre->body->($other, $self);
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Devel-REPL/files: cpan_rt_54579.patch
@ 2010-08-22 11:25 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2010-08-22 11:25 UTC (permalink / raw
To: gentoo-commits
tove 10/08/22 11:25:26
Removed: cpan_rt_54579.patch
Log:
Cleanup
(Portage version: 2.2_rc67_p630/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-22 11:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-05 11:13 [gentoo-commits] gentoo-x86 commit in dev-perl/Devel-REPL/files: cpan_rt_54579.patch Torsten Veller (tove)
-- strict thread matches above, loose matches on Subject: below --
2010-08-22 11:25 Torsten Veller (tove)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox