projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c685891
)
remove useless temp variable
Karen Etheridge [Fri, 8 Feb 2013 00:15:43 +0000 (16:15 -0800)]
t/008_configfromfile.t
patch
|
blob
|
blame
|
history
diff --git
a/t/008_configfromfile.t
b/t/008_configfromfile.t
index
e228d35
..
3e8dc4c
100644
(file)
--- a/
t/008_configfromfile.t
+++ b/
t/008_configfromfile.t
@@
-47,8
+47,7
@@
use Test::NoWarnings 1.04 ':early';
optional_from_config => 'from_config_2',
);
- my $cpath = Path::Tiny::path('/notused/default');
- if ( $file ne $cpath ) {
+ if ( $file ne Path::Tiny::path('/notused/default') ) {
$config{config_from_override} = 1;
}