From 53533c010062539bb0531f4464d06b371541f292 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 9 Jan 2013 03:15:14 -0600 Subject: dzil fixes --- dist.ini | 10 +++------- lib/Locale/POFileManager.pm | 2 +- lib/Locale/POFileManager/File.pm | 2 +- t/basic.t | 2 +- t/comments.t | 2 +- t/create.t | 2 +- t/utf8.t | 2 +- 7 files changed, 9 insertions(+), 13 deletions(-) diff --git a/dist.ini b/dist.ini index a91bea4..84b6583 100644 --- a/dist.ini +++ b/dist.ini @@ -4,12 +4,8 @@ license = Perl_5 copyright_holder = Jesse Luehrs [@DOY] +:version = 0.08 dist = Locale-POFileManager +repository = github -[Prereqs] -File::Temp = 0.19 -List::MoreUtils = 0 -Locale::Maketext::Lexicon = 0 -Moose = 0.90 -MooseX::Types::Path::Class = 0 -Scalar::Util = 0 +[AutoPrereqs] diff --git a/lib/Locale/POFileManager.pm b/lib/Locale/POFileManager.pm index 9d4fffd..f81c5bc 100644 --- a/lib/Locale/POFileManager.pm +++ b/lib/Locale/POFileManager.pm @@ -1,5 +1,5 @@ package Locale::POFileManager; -use Moose; +use Moose 0.90; use MooseX::Types::Path::Class qw(Dir); use Scalar::Util qw(reftype weaken); # ABSTRACT: Helpers for keeping a set of related .po files in sync diff --git a/lib/Locale/POFileManager/File.pm b/lib/Locale/POFileManager/File.pm index 88bb4a0..d2963c3 100644 --- a/lib/Locale/POFileManager/File.pm +++ b/lib/Locale/POFileManager/File.pm @@ -1,5 +1,5 @@ package Locale::POFileManager::File; -use Moose; +use Moose 0.90; # ABSTRACT: A single .po file use MooseX::Types::Path::Class qw(File); diff --git a/t/basic.t b/t/basic.t index 9efc5b7..7a24242 100644 --- a/t/basic.t +++ b/t/basic.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; -use File::Temp; +use File::Temp 0.19; use File::Copy; use Path::Class; diff --git a/t/comments.t b/t/comments.t index cced2a9..c030a40 100644 --- a/t/comments.t +++ b/t/comments.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; -use File::Temp; +use File::Temp 0.19; use File::Copy; use Path::Class; diff --git a/t/create.t b/t/create.t index 224af77..f9c96d0 100644 --- a/t/create.t +++ b/t/create.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; -use File::Temp; +use File::Temp 0.19; use File::Copy; use Path::Class; diff --git a/t/utf8.t b/t/utf8.t index 1e7a520..c7611e2 100644 --- a/t/utf8.t +++ b/t/utf8.t @@ -3,7 +3,7 @@ use strict; use warnings; use utf8; use Test::More; -use File::Temp; +use File::Temp 0.19; use File::Copy; use Path::Class; -- cgit v1.2.3