Release 0.02
authorEmmanuel Lacour <elacour@easter-eggs.com>
Mon, 3 Aug 2009 07:13:29 +0000 (09:13 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Mon, 3 Aug 2009 07:13:29 +0000 (09:13 +0200)
Changes
META.yml
Makefile.PL
lib/RT/Extension/MandatoryRequestor.pm

diff --git a/Changes b/Changes
index 40995b4..4039b2d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-MandatoryRequestor
 
 Revision history for RT-Extension-MandatoryRequestor
 
+0.02    Mon, 03 Aug 2009 09:10:17 +0200
+        Fix bad module name in tests
+
 0.01    Fri, 03 Jul 2009 11:22:25 +0200
         Initial release.
 
 0.01    Fri, 03 Jul 2009 11:22:25 +0200
         Initial release.
 
index 13d3159..219428e 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -8,4 +8,4 @@ no_index:
   directory:
     - html
     - inc
   directory:
     - html
     - inc
-version: 0.01
+version: 0.02
index d1961f6..a9913fc 100644 (file)
@@ -3,7 +3,7 @@ use inc::Module::Install;
 RTx('RT-Extension-MandatoryRequestor');
 license('perl');
 author('Emmanuel Lacour <elacour@home-dn.net>');
 RTx('RT-Extension-MandatoryRequestor');
 license('perl');
 author('Emmanuel Lacour <elacour@home-dn.net>');
-version('0.01');
+version('0.02');
 abstract_from('lib/RT/Extension/MandatoryRequestor.pm');
 
 &WriteAll;
 abstract_from('lib/RT/Extension/MandatoryRequestor.pm');
 
 &WriteAll;
index 064247b..d665ed9 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::MandatoryRequestor - Enforce users to fill the requestor when cre
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-Version 0.01
+Version 0.02
 
 =cut
 
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS