Bug 143963 - [PATCH] Fix devel/p5-Devel-REPL to work with p5-Moose-0.99
Summary: [PATCH] Fix devel/p5-Devel-REPL to work with p5-Moose-0.99
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 18:30 UTC by Ashish Shukla
Modified: 2010-02-16 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.22 KB, patch)
2010-02-15 18:30 UTC, Ashish Shukla
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"