Refactor HTTP cred, part I
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Build.PL
index 18d2522..84d6cd1 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,6 +1,5 @@
 use strict;
 use Module::Build;
-
 my $build = Module::Build->new(
     create_makefile_pl => 'traditional',
     license            => 'perl',
@@ -19,4 +18,3 @@ my $build = Module::Build->new(
     sign          => 0,
 );
 $build->create_build_script;
-