Skip Menu |

This queue is for tickets about the MooseX-Types CPAN distribution.

Report information
The Basics
Id: 68922
Status: rejected
Priority: 0/
Queue: MooseX-Types

People
Owner: Nobody in particular
Requestors: RURBAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Sub::Identify, ... missing in prereq_pm
Sub::Identify and Variable::Magic are missing in PREREQ_PM See attached patch. -- Reini Urban
Subject: MooseX-Types-0.27.patch
--- Makefile.PL~ 2011-06-18 16:27:16.000000000 -0500 +++ Makefile.PL 2011-06-18 16:33:18.000000000 -0500 @@ -30,8 +30,10 @@ 'Carp::Clan' => '6.00', 'Moose' => '1.06', 'Scalar::Util' => '1.19', + 'Sub::Identify' => '0', 'Sub::Install' => '0.924', 'Sub::Name' => '0', + 'Variable::Magic' => '0', 'namespace::clean' => '0.08' }, 'VERSION' => '0.27',
Subject: Re: [rt.cpan.org #68922] Sub::Identify, ... missing in prereq_pm
Date: Sat, 18 Jun 2011 20:28:31 -0500 (CDT)
To: Reini Urban via RT <bug-MooseX-Types [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Sat, 18 Jun 2011, Reini Urban via RT wrote: Show quoted text
> Sub::Identify and Variable::Magic are missing in PREREQ_PM > See attached patch.
MooseX::Types doesn't use either of these modules. Are you sure you filed this against the right distro? -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/