From dbdf4846674780fe12b06798e25afd0ef4ec89e7 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Mon, 3 Aug 2009 09:13:29 +0200 Subject: [PATCH] Release 0.02 --- Changes | 3 +++ META.yml | 2 +- Makefile.PL | 2 +- lib/RT/Extension/MandatoryRequestor.pm | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 40995b4..4039b2d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ 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. diff --git a/META.yml b/META.yml index 13d3159..219428e 100644 --- a/META.yml +++ b/META.yml @@ -8,4 +8,4 @@ no_index: directory: - html - inc -version: 0.01 +version: 0.02 diff --git a/Makefile.PL b/Makefile.PL index d1961f6..a9913fc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use inc::Module::Install; RTx('RT-Extension-MandatoryRequestor'); license('perl'); author('Emmanuel Lacour '); -version('0.01'); +version('0.02'); abstract_from('lib/RT/Extension/MandatoryRequestor.pm'); &WriteAll; diff --git a/lib/RT/Extension/MandatoryRequestor.pm b/lib/RT/Extension/MandatoryRequestor.pm index 064247b..d665ed9 100644 --- a/lib/RT/Extension/MandatoryRequestor.pm +++ b/lib/RT/Extension/MandatoryRequestor.pm @@ -9,11 +9,11 @@ RT::Extension::MandatoryRequestor - Enforce users to fill the requestor when cre =head1 VERSION -Version 0.01 +Version 0.02 =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; =head1 SYNOPSIS -- 2.11.0