[Bps-public-commit] rtx-calendar branch, master, updated. 0.10-3-g7d3fb79

Kevin Falcone falcone at bestpractical.com
Tue Feb 7 12:09:01 EST 2012


The branch, master has been updated
       via  7d3fb797f491ec94e9d228e0508fa83fae4b65f4 (commit)
       via  71bd24b9ad1ee8e9e45a3964693f729c589cb108 (commit)
      from  dd06fcbbe23e77535dfae6bee2a349c84723309c (commit)

Summary of changes:
 META.yml            |    2 +-
 lib/RTx/Calendar.pm |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 71bd24b9ad1ee8e9e45a3964693f729c589cb108
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Feb 3 11:56:10 2012 -0500

    since 4.0.5 still lacks the infrastructure, update the comment

diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index 06c2fff..4a74ec4 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -103,7 +103,7 @@ sub SearchDefaultCalendar {
 
 package RT::Interface::Web::Menu;
 
-# we should get an add_after method in 4.0.5, but until then
+# we should get an add_after method in 4.0.6 (hopefully), but until then
 # shim this in so I don't copy the code.
 unless (RT::Interface::Web::Menu->can('add_after')) {
         *RT::Interface::Web::Menu::add_after = sub {

commit 7d3fb797f491ec94e9d228e0508fa83fae4b65f4
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Feb 7 12:08:32 2012 -0500

    Bump version for 0.11

diff --git a/META.yml b/META.yml
index 912f31e..b0d2738 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
   DateTime::Set: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.10
+version: 0.11
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index 4a74ec4..e025d45 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -4,7 +4,7 @@ use strict;
 use DateTime;
 use DateTime::Set;
 
-our $VERSION = "0.10";
+our $VERSION = "0.11";
 
 sub FirstMonday {
     my ($year, $month) = (shift, shift);

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list