[Bps-public-commit] rt-extension-onetimeto branch, master, updated. 020c79b174e07ad6831b52cb4d802ecec62336bc
Thomas Sibley
trs at bestpractical.com
Thu Jul 28 15:16:58 EDT 2011
The branch, master has been updated
via 020c79b174e07ad6831b52cb4d802ecec62336bc (commit)
via 54dd21e5e56d89f50d0ee3125fe4b614167f4483 (commit)
from 7cd448c613540f0e096132cb22d6936590469f8d (commit)
Summary of changes:
Makefile.PL | 1 +
lib/RT/Extension/OneTimeTo.pm | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 54dd21e5e56d89f50d0ee3125fe4b614167f4483
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Jul 28 15:16:30 2011 -0400
Bump the version
diff --git a/lib/RT/Extension/OneTimeTo.pm b/lib/RT/Extension/OneTimeTo.pm
index f624712..7748d1d 100644
--- a/lib/RT/Extension/OneTimeTo.pm
+++ b/lib/RT/Extension/OneTimeTo.pm
@@ -3,7 +3,7 @@ use strict;
use warnings;
no warnings 'redefine';
-our $VERSION = '0.01';
+our $VERSION = '0.02';
use RT::Interface::Web;
my $orig_process = HTML::Mason::Commands->can('_ProcessUpdateMessageRecipients');
commit 020c79b174e07ad6831b52cb4d802ecec62336bc
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Jul 28 15:16:50 2011 -0400
Sign dists
diff --git a/Makefile.PL b/Makefile.PL
index 882937a..6030bd1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,4 +3,5 @@ use inc::Module::Install;
RTx('RT-Extension-OneTimeTo');
all_from('lib/RT/Extension/OneTimeTo.pm');
+sign;
&WriteAll;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list