Skip Menu |

This queue is for tickets about the Module-Starter-PBP CPAN distribution.

Report information
The Basics
Id: 25007
Status: open
Priority: 0/
Queue: Module-Starter-PBP

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

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



Subject: Inconsistent $VERSION and additional test
Thanks for another great module :) Two tiny things I thought I'd let you know about: 1) Module.pm $VERSION was 0.0.3 (from Module::Starter::PBP's version I'm assuming) while the README and Changes were 0.0.1 2) Not sure if this would be PBP but I also added t/general.t with contents of: use Test::More tests => 1; BEGIN { use_ok('<MODULE NAME>') };
Subject: Inconsistent $VERSION
Ok the $VERSION thing is the only thing then :) Show quoted text
> 1) Module.pm $VERSION was 0.0.3 (from Module::Starter::PBP's version > I'm assuming) while the > README and Changes were 0.0.1
I see it makes this as 00.load.t already. As always you are awesome! Show quoted text
> 2) Not sure if this would be PBP but I also added t/general.t with > contents of: > > use Test::More tests => 1; > BEGIN { use_ok('<MODULE NAME>') };
Also had to add our()ify $VERSION since use strict; made it flop otherwise
From: mascip [...] gmail.com
same here, i added our just before $VERSION