Skip to content

Commit

Permalink
added Colin
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Aug 21, 2012
1 parent 2a7547f commit 009fff3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
5 changes: 4 additions & 1 deletion Changes
@@ -1,7 +1,10 @@
Revision history for Acme-CPANAuthors-British

0.12 21/08/2012
add NEWELLC (Colin Newell)

0.11 03/07/2012
- added JAITKEN
- added JAITKEN (James Aitken)

0.10 29/04/2012
- more reliable skip tests added to 11companies.t.
Expand Down
6 changes: 3 additions & 3 deletions META.json
@@ -1,6 +1,6 @@
{
"name": "Acme-CPANAuthors-British",
"version": "0.11",
"version": "0.12",
"abstract": "We are British CPAN authors.",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -44,11 +44,11 @@
"provides": {
"Acme::CPANAuthors::British": {
"file": "lib/Acme/CPANAuthors/British.pm",
"version": "0.11"
"version": "0.12"
},
"Acme::CPANAuthors::British::Companies": {
"file": "lib/Acme/CPANAuthors/British/Companies.pm",
"version": "0.11"
"version": "0.12"
}
},
"no_index": {
Expand Down
6 changes: 3 additions & 3 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Acme-CPANAuthors-British
version: 0.11
version: 0.12
abstract: We are British CPAN authors.
author:
- Barbie <barbie@cpan.org>
Expand All @@ -25,10 +25,10 @@ build_requires:
provides:
Acme::CPANAuthors::British:
file: lib/Acme/CPANAuthors/British.pm
version: 0.11
version: 0.12
Acme::CPANAuthors::British::Companies:
file: lib/Acme/CPANAuthors/British/Companies.pm
version: 0.11
version: 0.12
no_index:
directory:
- t
Expand Down
3 changes: 2 additions & 1 deletion lib/Acme/CPANAuthors/British.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

{
no strict "vars";
$VERSION = "0.11";
$VERSION = "0.12";
}

use Acme::CPANAuthors::Register (
Expand Down Expand Up @@ -187,6 +187,7 @@ use Acme::CPANAuthors::Register (
MWILSON => 'Matt Wilson',
NATHANL => 'Nathan Lewis',
NEILB => 'Neil Bowers',
NEWELLC => 'Colin Newell',
NHORNE => 'Nigel Horne',
NIGE => 'Nigel Hamilton',
NIGELM => 'Nigel Metheringham',
Expand Down
2 changes: 1 addition & 1 deletion lib/Acme/CPANAuthors/British/Companies.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

{
no strict "vars";
$VERSION = "0.11";
$VERSION = "0.12";
}

use Acme::CPANAuthors::Register (
Expand Down
2 changes: 1 addition & 1 deletion t/10british.t
Expand Up @@ -11,7 +11,7 @@ my $authors = eval { Acme::CPANAuthors->new("British") };
is( $@, "", "creating a new Acme::CPANAuthors object with British authors" );
isa_ok( $authors, "Acme::CPANAuthors" );

my $number = 279;
my $number = 280;
is( $authors->count, $number, " .. \$authors->count matches current count" );

my @ids = $authors->id;
Expand Down

0 comments on commit 009fff3

Please sign in to comment.