Explorar o código

All the POD specifies the Apache licence, not perl

Tom Hukins %!s(int64=14) %!d(string=hai) anos
pai
achega
6a50ea311b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile.PL

+ 1 - 1
Makefile.PL

@@ -3,7 +3,7 @@ use inc::Module::Install;
 name     'Selenium-Remote-Driver';
 all_from 'lib/Selenium/Remote/Driver.pm';
 author   q{"Aditya Ivaturi" <"ivaturi@gmail.com">};
-license  'perl';
+license  'apache';
 
 build_requires 'LWP::Protocol::PSGI';
 build_requires 'Test::More';