Bläddra i källkod

V0.010 - now with even more Kwaliteeez from NIELB

George S. Baugh 11 år sedan
förälder
incheckning
c9b343c23e
4 ändrade filer med 6 tillägg och 2 borttagningar
  1. 1 1
      Changes
  2. 1 1
      Makefile.PL
  3. BIN
      dist/TestRail-API-0.010.tar.gz
  4. 4 0
      lib/TestRail/API.pm

+ 1 - 1
Changes

@@ -1,6 +1,6 @@
 Revision history for Perl module TestRail::API
 
-0.010 2014-12-?? TEODESIAN
+0.010 2014-12-03 TEODESIAN
     - Dist name was being set to TestRail::API instead of TestRail-API
     - Reformatted this file as per CPAN::Changes::Spec
     - Added "use 5.010" to the module, to match min perl in metadata

+ 1 - 1
Makefile.PL

@@ -63,7 +63,7 @@ WriteMakefile(
         provides => {
             'TestRail::API' => {
                 file    => 'lib/TestRail/API.pm',
-                version => '0.009'
+                version => '0.010'
             }
         }
     }

BIN
dist/TestRail-API-0.010.tar.gz


+ 4 - 0
lib/TestRail/API.pm

@@ -1462,6 +1462,10 @@ L<https://github.com/teodesian/TestRail-Perl>
 
 George Baugh <teodesian@cpan.org>
 
+=head1 CONTRIBUTORS
+
+Neil Bowers <neil@bowers.com> - Fixed minor distribution issues for 0.010
+
 =head1 SPECIAL THANKS
 
 Thanks to cPanel Inc, for graciously funding the creation of this module.