Bug 143963

Summary: [PATCH] Fix devel/p5-Devel-REPL to work with p5-Moose-0.99
Product: Ports & Packages Reporter: Ashish Shukla <wahjava>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ashish Shukla 2010-02-15 18:30:01 UTC
This update fixes the following error which occurs in re.pl with p5-Moose-0.99.

% re.pl
Can't locate object method "load_plugin" via package "Moose::Meta::Class" at /usr/local/lib/perl5/site_perl/5.10.1/Devel/REPL/Plugin/LexEnv.pm line 9.
BEGIN failed--compilation aborted at /usr/local/bin/re.pl line 3.

Brad Clawsie reported this error. The diff pasted at the RT[1] fixes the issue.

References:
[1] https://rt.cpan.org/Public/Bug/Display.html?id=54579#txn-733197

How-To-Repeat: 1. Execute re.pl

% re.pl
Can't locate object method "load_plugin" via package "Moose::Meta::Class" at /usr/local/lib/perl5/site_perl/5.10.1/Devel/REPL/Plugin/LexEnv.pm line 9.
BEGIN failed--compilation aborted at /usr/local/bin/re.pl line 3.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-15 18:30:15 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2010-02-16 14:21:24 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-02-16 15:06:19 UTC
pav         2010-02-16 15:06:02 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Devel-REPL  Makefile 
  Added files:
    devel/p5-Devel-REPL/files patch-lib_Devel_REPL_Meta_Plugin.pm 
  Log:
  - Fix runtime with new Moose
  
  PR:             ports/143963
  Submitted by:   Ashish SHUKLA <wahjava@gmail.com> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.2       +4 -0      ports/devel/p5-Devel-REPL/Makefile
  1.1       +21 -0     ports/devel/p5-Devel-REPL/files/patch-lib_Devel_REPL_Meta_Plugin.pm (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"