FreeBSD Bugzilla – Attachment 103883 Details for
Bug 143963
[PATCH] Fix devel/p5-Devel-REPL to work with p5-Moose-0.99
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.22 KB, created by
Ashish Shukla
on 2010-02-15 18:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ashish Shukla
Created:
2010-02-15 18:30:01 UTC
Size:
1.22 KB
patch
obsolete
>diff -urN /usr/ports/devel/p5-Devel-REPL/Makefile p5-Devel-REPL/Makefile >--- /usr/ports/devel/p5-Devel-REPL/Makefile 2009-09-02 22:53:30.000000000 +0530 >+++ p5-Devel-REPL/Makefile 2010-02-15 23:16:25.000000000 +0530 >@@ -7,6 +7,7 @@ > > PORTNAME= Devel-REPL > PORTVERSION= 1.003007 >+PORTREVISION= 1 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >diff -urN /usr/ports/devel/p5-Devel-REPL/files/patch-lib_Devel_REPL_Meta_Plugin.pm p5-Devel-REPL/files/patch-lib_Devel_REPL_Meta_Plugin.pm >--- /usr/ports/devel/p5-Devel-REPL/files/patch-lib_Devel_REPL_Meta_Plugin.pm 1970-01-01 05:30:00.000000000 +0530 >+++ p5-Devel-REPL/files/patch-lib_Devel_REPL_Meta_Plugin.pm 2010-02-15 23:15:33.000000000 +0530 >@@ -0,0 +1,21 @@ >+ >+$FreeBSD$ >+ >+--- lib/Devel/REPL/Meta/Plugin.pm.orig >++++ lib/Devel/REPL/Meta/Plugin.pm >+@@ -6,6 +6,7 @@ >+ >+ 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 @@ >+ >+ after 'apply' => sub { >+ my ($self, $other) = @_; >++ return unless $other->isa('Devel::REPL'); >+ if (my $pre = $self->get_method('AFTER_PLUGIN')) { >+ $pre->body->($other, $self); >+ }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 143963
: 103883