Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Elemental CPAN distribution.

Report information
The Basics
Id: 40361
Status: resolved
Priority: 0/
Queue: Pod-Elemental

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

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



Subject: Moose::Autobox 0.09 is required
Moose::Autobox 0.09. Trivial patch is attached.
Subject: 0001-Adding-Moose-Autobox-0.09-requirement.patch
From c23d218cf777b47898b16336b1666c24073eb8d3 Mon Sep 17 00:00:00 2001 From: Sterling Hanenkamp <hanenkamp@cpan.org> Date: Fri, 24 Oct 2008 21:15:31 -0500 Subject: [PATCH] Adding Moose::Autobox 0.09 requirement --- Makefile.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index d9d12cb..790e0e7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,7 +15,7 @@ WriteMakefile( PREREQ_PM => { "Pod::Eventual::Simple" => '0.004', "Test::Deep" => '0', - "Moose::Autobox" => '0', + "Moose::Autobox" => '0.09', "Mixin::Linewise::Readers" => '0', "Moose" => '0', }, -- 1.6.0.2
Just realized my patch was a waste since you use Dist::Zilla. Nevermind then... :-p
Just realized my patch was a waste since you use Dist::Zilla. Nevermind then... :-p
Heh! Technically, Pod::Elemental only needs 0.08, but since 0.08 barfs on recent Perl6::Junctions, I've upped it to 0.09 anyway just to keep things sane. -- rjbs