Skip Menu |

This queue is for tickets about the Paper-Specs CPAN distribution.

Report information
The Basics
Id: 78027
Status: open
Priority: 0/
Queue: Paper-Specs

People
Owner: Nobody in particular
Requestors: jplesnik [...] redhat.com
Cc: haarg [...] haarg.org
AdminCc:

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



Subject: Paper::Specs::Axxxx::5393 is provided instead of Paper::Specs::Avery::5393
The module Paper-Specs-0.10/lib/Paper/Specs/Avery/5393.pm provides package Paper::Specs::Axxxx::5393. Axxxx was used in Paper::Specs (0.03). The module should be updated. The patch is in an attachment.
Subject: fix_Avery_5393.patch
diff -up Paper-Specs-0.10/lib/Paper/Specs/Avery/5393.pm.orig Paper-Specs-0.10/lib/Paper/Specs/Avery/5393.pm --- Paper-Specs-0.10/lib/Paper/Specs/Avery/5393.pm.orig 2012-06-25 10:01:57.792286927 +0200 +++ Paper-Specs-0.10/lib/Paper/Specs/Avery/5393.pm 2012-06-25 10:02:19.243378293 +0200 @@ -1,7 +1,7 @@ -package Paper::Specs::Axxxx::5393; +package Paper::Specs::Avery::5393; use strict; -use base qw(Paper::Specs::base::label Paper::Specs::Axxxx); +use base qw(Paper::Specs::base::label Paper::Specs::Avery); sub specs {
perl 5.20 is slated to include a change that will prevent this module from installing due to this bug.