[Bps-public-commit] Data-ICal branch, master, updated. 0.17-2-g952f133
Thomas Sibley
trs at bestpractical.com
Mon Dec 5 11:00:09 EST 2011
The branch, master has been updated
via 952f133a97476b5761a86da5d6b48958298621bb (commit)
from 9fd3c5ad5239ab9500094b4f22d33f6db074cbec (commit)
Summary of changes:
Changes | 3 +++
lib/Data/ICal.pm | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 952f133a97476b5761a86da5d6b48958298621bb
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Dec 5 11:00:04 2011 -0500
releng for 0.18
diff --git a/Changes b/Changes
index c345674..423ec2f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Data-ICal
+0.18
+ * Spelling fixes from Debian (Salvatore Bonaccorso)
+
0.17
* Allow chaining of methods (H.Merijn Brand)
* Allow properties and entries in constructor (H.Merijn Brand)
diff --git a/lib/Data/ICal.pm b/lib/Data/ICal.pm
index f75a07f..2bc5227 100644
--- a/lib/Data/ICal.pm
+++ b/lib/Data/ICal.pm
@@ -7,7 +7,7 @@ use base qw/Data::ICal::Entry/;
use Class::ReturnValue;
use Text::vFile::asData;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
use Carp;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list