[Bps-public-commit] rtx-calendar branch, master, updated. 55f25fc5512b48cf51ba934891b2d2251b4f5aa3
Kevin Falcone
falcone at bestpractical.com
Thu Dec 8 13:47:14 EST 2011
The branch, master has been updated
via 55f25fc5512b48cf51ba934891b2d2251b4f5aa3 (commit)
from 087a16dd2a2d70d8ce6cdc5c65111f7483e0f06d (commit)
Summary of changes:
CHANGES | 3 +++
MANIFEST.SKIP | 3 ++-
lib/RTx/Calendar.pm | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 55f25fc5512b48cf51ba934891b2d2251b4f5aa3
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Dec 8 13:46:03 2011 -0500
Bump version for 0.08_01
Also fix MANIFEST.SKIP not to ship .git files and document the changes.
diff --git a/CHANGES b/CHANGES
index 7ab7b49..75a59ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
Changes for 0.08
+ * RT 4 compatibility
+
+Changes for 0.08
* make sure the last date of a search is displayed (Shawn M Moore) [rt.cpan.org #63469]
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 7923de8..cd062a5 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -14,4 +14,5 @@
\.old$
\.sw[a-z]$
^\#.*
-^\.#.*
\ No newline at end of file
+^\.#.*
+^.git
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index 13dba15..bf7c293 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.08";
+our $VERSION = "0.08_01";
sub FirstMonday {
my ($year, $month) = (shift, shift);
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list