Skip to content

Commit

Permalink
Tidy author script
Browse files Browse the repository at this point in the history
to appease pre-hook
  • Loading branch information
rwstauner authored and oalders committed Mar 13, 2014
1 parent 6d37064 commit a752db6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/MetaCPAN/Script/Author.pm
Expand Up @@ -7,13 +7,13 @@ use Moose;
with 'MooseX::Getopt', 'MetaCPAN::Role::Common';

use DateTime::Format::ISO8601 ();
use Email::Valid ();
use Encode ();
use File::stat ();
use JSON::XS ();
use Email::Valid ();
use Encode ();
use File::stat ();
use JSON::XS ();
use Log::Contextual qw( :log );
use MetaCPAN::Document::Author;
use URI ();
use URI ();
use XML::Simple qw(XMLin);

=head1 SYNOPSIS
Expand Down

0 comments on commit a752db6

Please sign in to comment.