fix incorrect prereq declaration
Karen Etheridge [Tue, 5 Feb 2013 17:26:04 +0000 (09:26 -0800)]
Changes
t/008_configfromfile.t

diff --git a/Changes b/Changes
index a1bcf84..77e6460 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension MooseX-Getopt
 
 {{$NEXT}}
+ - properly indicate optional dependency in tests using
+   MooseX::ConfigFromFile
 
 0.52      2013-02-02 19:01:25 PST-0800
  - tests converted from using Path::Class to Path::Tiny
index 9373d0f..7cf5887 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::Requires 'MooseX::ConfigFromFile' => '0.06';    # skip all if not installed
+use Test::Requires { 'MooseX::ConfigFromFile' => '0.06' };    # skip all if not installed
 use Test::More tests => 38;
 use Test::Fatal;
 use Path::Tiny;