Преглед на файлове

All the POD specifies the Apache licence, not perl

Tom Hukins преди 14 години
родител
ревизия
6a50ea311b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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';