From 46e524ddcd617fdccafe8d237b501dd47657935c Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Fri, 3 Jul 2009 11:57:12 +0200 Subject: [PATCH] Release 0.02 --- Changes | 3 +++ META.yml | 2 +- Makefile.PL | 2 +- lib/RT/Extension/MandatorySubject.pm | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) 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 -- 2.11.0