Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 11:02:04 GMT
From:      Mike Bristow <mike@urgle.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/186833: [patch] update devel/p5-Module-Runtime
Message-ID:  <201402171102.s1HB24JL078702@cgiserv.freebsd.org>
Resent-Message-ID: <201402171110.s1HBA0JP035485@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186833
>Category:       misc
>Synopsis:       [patch] update devel/p5-Module-Runtime
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 17 11:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Mike Bristow
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD cheddar.urgle.com 10.0-RELEASE FreeBSD 10.0-RELEASE #1 r260977: Tue Jan 21 21:40:23 GMT 2014     root@:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Since a recent update of Moose, some moose-using applications have been failing with:

Module::Runtime version 0.014 required--this is only version 0.013 at /usr/local/lib/perl5/site_perl/5.18/mach/Moose/Util.pm line 9.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.18/mach/Moose/Util.pm line 9.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.18/mach/Class/MOP/Mixin/HasAttributes.pm line 13.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.18/mach/Class/MOP/Mixin/HasAttributes.pm line 13.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.18/mach/Class/MOP.pm line 20.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.18/mach/Class/MOP.pm line 20.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.18/mach/Moose/Exporter.pm line 10.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.18/mach/Moose/Exporter.pm line 10.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.18/mach/Moose.pm line 16.


Updating devel/p5-Module-Runtime fixes this.
>How-To-Repeat:

>Fix:
--- devel/p5-Module-Runtime.orig/Makefile       2014-02-17 10:34:20.000000000 +0000
+++ devel/p5-Module-Runtime/Makefile    2014-02-17 10:34:53.000000000 +0000
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/p5-Module-Runtime/Makefile 342197 2014-02-01 18:24:29Z miwi $

 PORTNAME=      Module-Runtime
-PORTVERSION=   0.013
+PORTVERSION=   0.014
 CATEGORIES=    devel perl5
 MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-
diff -ur devel/p5-Module-Runtime.orig/distinfo devel/p5-Module-Runtime/distinfo
--- devel/p5-Module-Runtime.orig/distinfo       2014-02-17 10:34:20.000000000 +0000
+++ devel/p5-Module-Runtime/distinfo    2014-02-17 10:46:12.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (Module-Runtime-0.013.tar.gz) = ec37e03d90dc905679dab62a82f42cf0897ed79244b87fd9d531438dc3c31023
-SIZE (Module-Runtime-0.013.tar.gz) = 15849
+SHA256 (Module-Runtime-0.014.tar.gz) = 4c44fe0ea255a9fd00741ee545063f6692d2a28e7ef2fbaad1b24a92803362a4
+SIZE (Module-Runtime-0.014.tar.gz) = 17396


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402171102.s1HB24JL078702>