Skip to content

Commit

Permalink
Properly require Locale::TextDomain 1.20.
Browse files Browse the repository at this point in the history
So that it will be picked up by AutoRequires.
  • Loading branch information
theory committed Sep 4, 2012
1 parent 5f5ba2e commit 6f4d9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/Sqitch.pm
Expand Up @@ -10,7 +10,7 @@ use Getopt::Long;
use Hash::Merge qw(merge);
use Path::Class;
use Config;
use Locale::TextDomain qw(1.20 App-Sqitch);
use Locale::TextDomain 1.20 qw(App-Sqitch);
use App::Sqitch::X qw(hurl);
use Moose 2.0300;
use Encode qw(encode_utf8);
Expand Down

0 comments on commit 6f4d9cf

Please sign in to comment.