Skip to content

Commit

Permalink
update for autoprereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Oct 9, 2013
1 parent 4a23cf9 commit 444e431
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
Revision history for {{$dist->name}}

{{$NEXT}}
update bugtracker and repo metadata

0.102362 2012-05-04 22:42:29 America/New_York
do not fail to nestify elements at the end of a sequence just because
Expand Down
15 changes: 0 additions & 15 deletions dist.ini
Expand Up @@ -4,18 +4,3 @@ license = Perl_5
copyright_holder = Ricardo SIGNES

[@RJBS]

[Prereq]
Encode = 0 ; minimum unknown
Moose = 0 ; minimum unknown
Moose::Autobox = 0.10 ; each_* iterators
MooseX::Types = 0 ; minimum unknown
Test::Deep = 0 ; minimum unknown
Mixin::Linewise::Readers = 0 ; minimum unknown
namespace::autoclean = 0 ; minimum unknown
Pod::Eventual::Simple = 0.004 ; nonpod events
String::RewritePrefix = 0 ; minimum unknown
String::Truncate = 0 ; minimum unknown
Sub::Exporter::ForMethods = 0 ; minimum unknown
Test::Differences = 0 ; minimum unknown

4 changes: 2 additions & 2 deletions lib/Pod/Elemental.pm
Expand Up @@ -9,10 +9,10 @@ use Mixin::Linewise::Readers
{ installer => Sub::Exporter::ForMethods::method_installer },
-readers;

use Moose::Autobox;
use Moose::Autobox 0.10; # each_ iterators
use MooseX::Types;

use Pod::Eventual::Simple;
use Pod::Eventual::Simple 0.004; # nonpod events
use Pod::Elemental::Document;
use Pod::Elemental::Transformer::Pod5;
use Pod::Elemental::Objectifier;
Expand Down

0 comments on commit 444e431

Please sign in to comment.