X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F50-general.t;h=e684bf28e726628efe7f1651913253721f951f62;hp=34cc74cb9c1fa87171f57fadbb3d82c547f96164;hb=92a04e78451078b33f75e7c44d247b024c27b4f7;hpb=e23825ecd2eaaeba8d95b59317a5b78f3c4924bf diff --git a/t/50-general.t b/t/50-general.t index 34cc74c..e684bf2 100644 --- a/t/50-general.t +++ b/t/50-general.t @@ -10,7 +10,10 @@ SKIP: { is( $config->{ name }, 'TestApp' ); ok( exists $config->{ Component } ); - $config = eval { Config::Any::General->load( 't/conf/conf.conf', { -LowerCaseNames => 1 } ) }; + $config = eval { + Config::Any::General->load( 't/conf/conf.conf', + { -LowerCaseNames => 1 } ); + }; ok( exists $config->{ component } ); }