From: Emmanuel Lacour Date: Fri, 3 Jul 2009 09:57:12 +0000 (+0200) Subject: Release 0.02 X-Git-Tag: 0.02~1 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-MandatorySubject.git;a=commitdiff_plain;h=46e524ddcd617fdccafe8d237b501dd47657935c;ds=sidebyside Release 0.02 --- diff --git a/Changes b/Changes index f377a7b..91f8016 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for RT-Extension-MandatorySubject +0.02 Fri, 03 Jul 2009 11:56:02 +0200 + Do the check also for SelfService (require RT 3.8.3 at least) + 0.01 Mon, 03 Nov 2008 19:27:48 +0100 Initial release. diff --git a/META.yml b/META.yml index c05dccc..894d668 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 6285285..6721ad7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use inc::Module::Install; RTx('RT-Extension-MandatorySubject'); license('perl'); author('Emmanuel Lacour '); -version('0.01'); +version('0.02'); abstract_from('lib/RT/Extension/MandatorySubject.pm'); &WriteAll; diff --git a/lib/RT/Extension/MandatorySubject.pm b/lib/RT/Extension/MandatorySubject.pm index ed40c99..4a5bbea 100644 --- a/lib/RT/Extension/MandatorySubject.pm +++ b/lib/RT/Extension/MandatorySubject.pm @@ -9,11 +9,11 @@ RT::Extension::MandatorySubject - Enforce users to fill the subject when creatin =head1 VERSION -Version 0.01 +Version 0.02 =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; =head1 SYNOPSIS