Skip to content

Commit

Permalink
Converted dist to Dzil. Added Torsten Raudssus as POE author
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Nov 6, 2010
1 parent f9649fb commit 14a205f
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 252 deletions.
23 changes: 0 additions & 23 deletions Changes

This file was deleted.

22 changes: 0 additions & 22 deletions MANIFEST

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST.SKIP

This file was deleted.

15 changes: 0 additions & 15 deletions Makefile.PL

This file was deleted.

140 changes: 0 additions & 140 deletions README

This file was deleted.

14 changes: 14 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = Acme-CPANAuthors-POE
version = 0.16
author = Chris Williams
license = Perl_5
copyright_holder = Chris Williams

[@BINGOS]

[Prereqs / BuildRequires]
Test::More = 0.47

[Prereqs]
Acme::CPANAuthors = 0
perl = v5.6.0
23 changes: 5 additions & 18 deletions lib/Acme/CPANAuthors/POE.pm
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package Acme::CPANAuthors::POE;

#ABSTRACT: We are CPAN Authors of POE

use strict;
use warnings;
use vars qw($VERSION);

$VERSION = '0.14';

use Acme::CPANAuthors::Register (
AAR => q[Alessandro Ranellucci],
Expand Down Expand Up @@ -38,6 +37,7 @@ use Acme::CPANAuthors::Register (
FLETCH => q[Mike Fletcher],
FRODWITH => q[Paul Driver],
GDSL => q[Sergey Skvortsov],
GETTY => q[Torsten Raudssus],
GRAYKOT => q[Sergey Kotenko],
GREGFAST => q[Greg Fast],
GRODITI => q[Guillermo Roditi],
Expand Down Expand Up @@ -113,11 +113,7 @@ use Acme::CPANAuthors::Register (

q[We are POEsters];

__END__
=head1 NAME
Acme::CPANAuthors::POE - We are CPAN Authors of POE
=pod
=head1 SYNOPSIS
Expand Down Expand Up @@ -171,6 +167,7 @@ It is currently statically generated information, I hope to make it dynamic in t
FLETCH => q[Mike Fletcher],
FRODWITH => q[Paul Driver],
GDSL => q[Sergey Skvortsov],
GETTY => q[Torsten Raudssus],
GRAYKOT => q[Sergey Kotenko],
GREGFAST => q[Greg Fast],
GRODITI => q[Guillermo Roditi],
Expand Down Expand Up @@ -243,16 +240,6 @@ It is currently statically generated information, I hope to make it dynamic in t
YBLUSSEAU => q[Yves Blusseau],
ZOFFIX => q[Zoffix Znet],
=head1 AUTHOR
Chris C<BinGOs> Williams <chris@bingosnet.co.uk>
=head1 LICENSE
Copyright E<copy> Chris Williams
This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.
=head1 SEE ALSO
L<Acme::CPANAuthors>
Expand Down
4 changes: 0 additions & 4 deletions t/00_compile.t

This file was deleted.

4 changes: 0 additions & 4 deletions t/99_pod.t

This file was deleted.

4 changes: 0 additions & 4 deletions t/99_pod_coverage.t

This file was deleted.

25 changes: 4 additions & 21 deletions tools/poe_authors.pl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
my $version;
my $mirror = 'http://cpan.hexten.net/';

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

die "No version specified with --version\n" unless $version and $version =~ /^[0-9\.]+$/;
GetOptions('mirror=s', \$mirror);

my $mailrc = '01mailrc.txt.gz';
my $packages = '02packages.details.txt.gz';
Expand Down Expand Up @@ -69,11 +67,10 @@
print <<HEADER;
package Acme::CPANAuthors::POE;
#ABSTRACT: We are CPAN Authors of POE
use strict;
use warnings;
use vars qw(\$VERSION);
\$VERSION = '$version';
use Acme::CPANAuthors::Register (
HEADER
Expand All @@ -85,11 +82,7 @@ package Acme::CPANAuthors::POE;
q[We are POEsters];
__END__
=head1 NAME
Acme::CPANAuthors::POE - We are CPAN Authors of POE
=pod
=head1 SYNOPSIS
Expand Down Expand Up @@ -118,16 +111,6 @@ =head1 CONTAINED AUTHORS

print <<TAIL;
=head1 AUTHOR
Chris C<BinGOs> Williams <chris\@bingosnet.co.uk>
=head1 LICENSE
Copyright E<copy> Chris Williams
This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.
=head1 SEE ALSO
L<Acme::CPANAuthors>
Expand Down

0 comments on commit 14a205f

Please sign in to comment.