[Bps-public-commit] Data-ICal branch, master, updated. 0.19-4-g143a083
Thomas Sibley
trs at bestpractical.com
Wed May 1 22:03:06 EDT 2013
The branch, master has been updated
via 143a0833faa71677ba71296f455cecdd3ab10c1f (commit)
from 3ee70a8c4cbd13acb6265c3a707b72f06116df0b (commit)
Summary of changes:
Changes | 4 ++++
META.yml | 2 +-
lib/Data/ICal.pm | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 143a0833faa71677ba71296f455cecdd3ab10c1f
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed May 1 19:01:08 2013 -0700
Releng for 0.20
diff --git a/Changes b/Changes
index 9da57b7..87b15e9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Data-ICal
+0.20
+ * Properly restrict the valid properties when iCal version 1.0
+ (Ashley Willis)
+
0.19
* Always output the VERSION property first
diff --git a/META.yml b/META.yml
index f6c893d..7a4552f 100644
--- a/META.yml
+++ b/META.yml
@@ -30,4 +30,4 @@ requires:
Text::vFile::asData: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.18
+version: 0.20
diff --git a/lib/Data/ICal.pm b/lib/Data/ICal.pm
index 32b2d84..564b027 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.19';
+our $VERSION = '0.20';
use Carp;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list