Skip to content

Commit

Permalink
One in and one out.
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Apr 29, 2010
1 parent bd65a70 commit fe54073
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,6 +1,9 @@
Changelog for Acme-CPANAuthors-POE
==================================

0.10 Thu Apr 29 23:19:31 BST 2010
- One in and one out.

0.08 Tue Mar 16 21:17:39 GMT 2010
- Added Mark Morgan

Expand Down
1 change: 1 addition & 0 deletions README
Expand Up @@ -82,6 +82,7 @@ CONTAINED AUTHORS
MISCHKE => q[Mark McConnell],
MIYAGAWA => q[Tatsuhiko Miyagawa],
MMIMS => q[Marc Mims],
MMORGAN => q[Mark Morgan],
MOCK => q[MOCK],
MOCONNOR => q[Matthew O'Connor],
MRPERSON => q[Curtis Hawthorne],
Expand Down
6 changes: 3 additions & 3 deletions lib/Acme/CPANAuthors/POE.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use vars qw($VERSION);

$VERSION = '0.08';
$VERSION = '0.10';

use Acme::CPANAuthors::Register (
AAR => q[Alessandro Ranellucci],
Expand All @@ -16,7 +16,6 @@ use Acme::CPANAuthors::Register (
AIMASS => q[Alejandro Imass],
ANDYPUR => q[Andrew V. Purshottam],
APOCAL => q[Apocalypse],
AVAR => q[AEvar Arnfjord Bjarmason],
BINGOS => q[Chris Williams],
BSMITH => q[Benjamin Smith],
BTROTT => q[Benjamin Trott],
Expand Down Expand Up @@ -87,6 +86,7 @@ use Acme::CPANAuthors::Register (
RJP => q[Rob Partington],
RKITOVER => q[Rafael Kitover],
SABECK => q[Scott Beck],
SAPER => q[Sebastien Aperghis-Tramoni],
SEGAN => q[Sean Egan],
SHARIFULN => q[Anatoly Sharifulin],
SMCNABB => q[Steve McNabb],
Expand Down Expand Up @@ -147,7 +147,6 @@ It is currently statically generated information, I hope to make it dynamic in t
AIMASS => q[Alejandro Imass],
ANDYPUR => q[Andrew V. Purshottam],
APOCAL => q[Apocalypse],
AVAR => q[AEvar Arnfjord Bjarmason],
BINGOS => q[Chris Williams],
BSMITH => q[Benjamin Smith],
BTROTT => q[Benjamin Trott],
Expand Down Expand Up @@ -218,6 +217,7 @@ It is currently statically generated information, I hope to make it dynamic in t
RJP => q[Rob Partington],
RKITOVER => q[Rafael Kitover],
SABECK => q[Scott Beck],
SAPER => q[Sebastien Aperghis-Tramoni],
SEGAN => q[Sean Egan],
SHARIFULN => q[Anatoly Sharifulin],
SMCNABB => q[Steve McNabb],
Expand Down
4 changes: 2 additions & 2 deletions tools/poe_authors.pl
Expand Up @@ -8,16 +8,16 @@
use Getopt::Long;

my $version;
my $mirror = 'http://cpan.hexten.net/';

GetOptions('version=s' => \$version);
GetOptions('version=s', \$version, 'mirror=s', \$mirror);

die "No version specified with --version\n" unless $version and $version =~ /^[0-9\.]+$/;

my $mailrc = '01mailrc.txt.gz';
my $packages = '02packages.details.txt.gz';

my $location = '.';
my $mirror = 'http://cpan.hexten.net/';

my @files = ('authors/01mailrc.txt.gz','modules/02packages.details.txt.gz');

Expand Down

0 comments on commit fe54073

Please sign in to comment.