Remove README. It's generated.
[catagits/Catalyst-Authentication-Realm-Adaptor.git] / Makefile.PL
index 542d99f..de08550 100644 (file)
@@ -10,12 +10,12 @@ if( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Catalyst/Authentication/Realm/Adaptor.pm > README');
 }
 
-requires (  
+requires (
             'Catalyst::Runtime' => 0,
                'Catalyst::Plugin::Authentication' => 0.10003,
                'Moose' => 0,
          );
-         
+
 test_requires ('Test::More' => 0.42);
 
-WriteAll;
\ No newline at end of file
+WriteAll;