Skip to content

Commit

Permalink
Wranging with Dist::Zilla
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkrimen committed Apr 30, 2010
1 parent 755c150 commit aa39ed8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0.001 Thursday April 29 17:57:25 PDT 2010:
- Initial release
9 changes: 7 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ author = Robert Krimen <rkrimen@cpan.org>
license = Perl_5
copyright_holder = Robert Krimen

[@Classic]
[@Basic]

[Prereq]
[Prereq / TestRequires]
Test::More = 0
Test::Most = 0


[PodWeaver]
4 changes: 4 additions & 0 deletions lib/Test/t.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
package Test::t;
# ABSTRACT: 0 to t in 1 line

=head1 SYNOPSIS
=cut

use strict;
use warnings;

Expand Down

0 comments on commit aa39ed8

Please sign in to comment.