diff -Nru libdata-ical-perl-0.23+dfsg/Changes libdata-ical-perl-0.24+dfsg/Changes --- libdata-ical-perl-0.23+dfsg/Changes 2019-08-14 16:29:05.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/Changes 2020-01-03 14:13:44.000000000 +0000 @@ -1,5 +1,8 @@ Revision history for Data-ICal +0.24 2020-01-03 + - Prevent escaping of semi-colon in GEO field(thanks to Lance Wicks) + 0.23 2019-08-14 - Rewrite property folding to be faster (and clearer)(thanks to Calvin Morrison) diff -Nru libdata-ical-perl-0.23+dfsg/debian/changelog libdata-ical-perl-0.24+dfsg/debian/changelog --- libdata-ical-perl-0.23+dfsg/debian/changelog 2019-11-03 16:29:17.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/debian/changelog 2020-01-06 03:36:53.000000000 +0000 @@ -1,3 +1,11 @@ +libdata-ical-perl (0.24+dfsg-1) unstable; urgency=medium + + * Import upstream version 0.24+dfsg. + * Update years of upstream and packaging copyright. + * Use substitution variables in debian/watch. + + -- gregor herrmann Mon, 06 Jan 2020 04:36:53 +0100 + libdata-ical-perl (0.23+dfsg-1) unstable; urgency=medium [ Salvatore Bonaccorso ] diff -Nru libdata-ical-perl-0.23+dfsg/debian/control libdata-ical-perl-0.24+dfsg/debian/control --- libdata-ical-perl-0.23+dfsg/debian/control 2019-11-03 16:29:17.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/debian/control 2020-01-06 03:36:53.000000000 +0000 @@ -6,10 +6,10 @@ Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12) -Build-Depends-Indep: libtest-longstring-perl , - libclass-accessor-perl , +Build-Depends-Indep: libclass-accessor-perl , libclass-returnvalue-perl , libmodule-install-perl, + libtest-longstring-perl , libtest-nowarnings-perl , libtest-pod-coverage-perl , libtest-pod-perl , diff -Nru libdata-ical-perl-0.23+dfsg/debian/copyright libdata-ical-perl-0.24+dfsg/debian/copyright --- libdata-ical-perl-0.23+dfsg/debian/copyright 2019-11-03 16:29:17.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/debian/copyright 2020-01-06 03:36:53.000000000 +0000 @@ -9,7 +9,7 @@ + doc/rfc2445.txt Files: * -Copyright: 2005-2019, Best Practical Solutions +Copyright: 2005-2020, Best Practical Solutions License: Artistic or GPL-1+ Files: inc/Module/* @@ -22,7 +22,7 @@ Copyright: 2007, Peter Makholm 2009, Jonathan Yu 2009, Antonio Radici - 2011-2019, gregor herrmann + 2011-2020, gregor herrmann 2013-2015, Florian Schlichting License: Artistic or GPL-1+ diff -Nru libdata-ical-perl-0.23+dfsg/debian/watch libdata-ical-perl-0.24+dfsg/debian/watch --- libdata-ical-perl-0.23+dfsg/debian/watch 2019-11-03 16:29:17.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/debian/watch 2020-01-06 03:36:53.000000000 +0000 @@ -1,3 +1,3 @@ version=4 opts="dversionmangle=s/\+dfsg//,repacksuffix=+dfsg" \ -https://metacpan.org/release/Data-ICal .*/Data-ICal-(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Data-ICal .*/Data-ICal-v?@ANY_VERSION@@ARCHIVE_EXT@$ diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/Audio.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/Audio.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/Audio.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/Audio.pm 2020-01-03 14:12:08.000000000 +0000 @@ -66,7 +66,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/Display.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/Display.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/Display.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/Display.pm 2020-01-03 14:12:08.000000000 +0000 @@ -67,7 +67,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/Email.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/Email.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/Email.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/Email.pm 2020-01-03 14:12:08.000000000 +0000 @@ -96,7 +96,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/None.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/None.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/None.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/None.pm 2020-01-03 14:12:08.000000000 +0000 @@ -53,7 +53,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/Procedure.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/Procedure.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/Procedure.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/Procedure.pm 2020-01-03 14:12:08.000000000 +0000 @@ -82,7 +82,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/URI.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/URI.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm/URI.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm/URI.pm 2020-01-03 14:12:08.000000000 +0000 @@ -73,7 +73,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Alarm.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Alarm.pm 2020-01-03 14:12:08.000000000 +0000 @@ -91,7 +91,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Event.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Event.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Event.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Event.pm 2020-01-03 14:12:08.000000000 +0000 @@ -153,7 +153,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/FreeBusy.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/FreeBusy.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/FreeBusy.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/FreeBusy.pm 2020-01-03 14:12:08.000000000 +0000 @@ -93,7 +93,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Journal.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Journal.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Journal.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Journal.pm 2020-01-03 14:12:08.000000000 +0000 @@ -99,7 +99,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/TimeZone/Daylight.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/TimeZone/Daylight.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/TimeZone/Daylight.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/TimeZone/Daylight.pm 2020-01-03 14:12:08.000000000 +0000 @@ -106,7 +106,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/TimeZone/Standard.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/TimeZone/Standard.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/TimeZone/Standard.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/TimeZone/Standard.pm 2020-01-03 14:12:08.000000000 +0000 @@ -106,7 +106,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/TimeZone.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/TimeZone.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/TimeZone.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/TimeZone.pm 2020-01-03 14:12:08.000000000 +0000 @@ -79,7 +79,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Todo.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Todo.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry/Todo.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry/Todo.pm 2020-01-03 14:12:08.000000000 +0000 @@ -140,7 +140,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Entry.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Entry.pm 2020-01-03 14:12:08.000000000 +0000 @@ -630,7 +630,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Property.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Property.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal/Property.pm 2019-08-14 16:32:01.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal/Property.pm 2020-01-03 14:12:08.000000000 +0000 @@ -231,7 +231,7 @@ unless ( $self->vcal10 ) { $value =~ s/\\/\\\\/gs; - $value =~ s/;/\\;/gs unless lc($key) eq 'rrule'; + $value =~ s/;/\\;/gs unless lc($key) eq 'rrule' || lc($key) eq 'geo'; $value =~ s/,/\\,/gs unless lc($key) eq 'rrule'; $value =~ s/\x0d?\x0a/\\n/gs; } @@ -349,7 +349,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/lib/Data/ICal.pm libdata-ical-perl-0.24+dfsg/lib/Data/ICal.pm --- libdata-ical-perl-0.23+dfsg/lib/Data/ICal.pm 2019-08-14 16:31:42.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/lib/Data/ICal.pm 2020-01-03 14:13:07.000000000 +0000 @@ -7,7 +7,7 @@ use Class::ReturnValue; use Text::vFile::asData; -our $VERSION = '0.23'; +our $VERSION = '0.24'; use Carp; @@ -321,7 +321,7 @@ =head1 LICENCE AND COPYRIGHT -Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights reserved. +Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L. diff -Nru libdata-ical-perl-0.23+dfsg/META.yml libdata-ical-perl-0.24+dfsg/META.yml --- libdata-ical-perl-0.23+dfsg/META.yml 2019-08-14 16:31:48.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/META.yml 2020-01-03 14:18:37.000000000 +0000 @@ -30,4 +30,4 @@ Text::vFile::asData: 0 resources: license: http://dev.perl.org/licenses/ -version: '0.23' +version: '0.24' diff -Nru libdata-ical-perl-0.23+dfsg/README libdata-ical-perl-0.24+dfsg/README --- libdata-ical-perl-0.23+dfsg/README 2019-08-14 16:34:32.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/README 2020-01-03 14:12:11.000000000 +0000 @@ -118,7 +118,7 @@ Wistow, and Alex Vandiver LICENCE AND COPYRIGHT - Copyright (c) 2005 - 2019, Best Practical Solutions, LLC. All rights + Copyright (c) 2005 - 2020, Best Practical Solutions, LLC. All rights reserved. This module is free software; you can redistribute it and/or modify it diff -Nru libdata-ical-perl-0.23+dfsg/SIGNATURE libdata-ical-perl-0.24+dfsg/SIGNATURE --- libdata-ical-perl-0.23+dfsg/SIGNATURE 2019-08-14 16:35:25.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/SIGNATURE 2020-01-03 14:18:39.000000000 +0000 @@ -15,11 +15,11 @@ Hash: SHA256 SHA256 b0485c9218812094dae564b288c89dbe6de55205e288c7db644dc5609e14a6a4 .shipit -SHA256 974d5f52b02b66dac498320b019b50433232e2ecec4b25902deed02e6d9d9bcf Changes +SHA256 04b95d9056e09ee78bd87d14336715b4f1876517e3bb5b45b29e790abfa27e70 Changes SHA256 4fbcacaee9cf71a832b6833aa891d0115a4f890c5ba9e336faf762a0e7edc4b6 MANIFEST -SHA256 5b862234e01d674ac3affe3d2a239e4c9904d7ce341e659e659d2cf1e352e63d META.yml +SHA256 d1f5f4e113336e123c256d39d17411e2f7e2af8dc765ca50beda0d425eb1e92c META.yml SHA256 b695f5b5764fb9f7b6bc0fc213217cc78062093170f052e7578e941fad2a6045 Makefile.PL -SHA256 bcb30c0c5a4c6a9d1a2c73d7d0a1cdc9e3657d977b433d5f63526223fc05d805 README +SHA256 46eda9b57f4c6cebf789a376b556b90f66d4e98de8fef3dde81c092182ceea14 README SHA256 21bfccbb1f8d658d355b8e530feb2bf15d74e0bd3d988f1733569bce9eeaa828 doc/rfc2445.txt SHA256 163343c6cedc7ed79dc4e22209999a6dd2f3aa1dd3ed71ebaa23b664355cb103 examples/ical2html.pl SHA256 7fe8013fad8ecb0b9ef8bad3fd7287486c1c61c776f76beb7d9d24e06ee3ab44 inc/Module/AutoInstall.pm @@ -33,25 +33,25 @@ SHA256 aa887fa65a5eb6bbd1805706ce298b3f3cd55b353ecfd37aa7d35ae419331a49 inc/Module/Install/Metadata.pm SHA256 26b166ff62aacdb55317d1659f160aa4935097eea9810ea980e6d747206b5dc0 inc/Module/Install/Win32.pm SHA256 5f73a6851a91ea44e65b924f918743ad6e860620ad7a38a39d0295e0c5652a9f inc/Module/Install/WriteAll.pm -SHA256 685952ef5e10a5a19f9c940a21a76f89f76b7077061916570401fda406e0da5c lib/Data/ICal.pm -SHA256 765b84762b3bc33fd44c473c62b51ae76acaa252db3ceed815203ae5fc6f99bb lib/Data/ICal/Entry.pm -SHA256 3d133ea6161058d96b1d63307e10ea44464d3154ce5c7e6545eae59f8c791608 lib/Data/ICal/Entry/Alarm.pm -SHA256 0a278acea8541a9e429da9f17b0f6dee995bdda3b60df69250602adfe213f4d1 lib/Data/ICal/Entry/Alarm/Audio.pm -SHA256 6c2a85ac56f3b65d89896e9157125123bfdde65af6b5c45e88d09eaaa9e1f95d lib/Data/ICal/Entry/Alarm/Display.pm -SHA256 e3e956cbf81051adff18f5814bc0a586bcbea1b440534eb64d9ee1e9fa07f69f lib/Data/ICal/Entry/Alarm/Email.pm -SHA256 6f64695a164b827b28b2724898ed69b7f03f5d4d6f40d9b08bf372e184a54562 lib/Data/ICal/Entry/Alarm/None.pm -SHA256 306562323dca76076bb7b9904e1b4aca261c4a834b08004116b05c9f533500d1 lib/Data/ICal/Entry/Alarm/Procedure.pm -SHA256 c8627059faea985ff0a5ad1ff06570b957d4f3b9f5c89bbed85fce49525b54cb lib/Data/ICal/Entry/Alarm/URI.pm -SHA256 5b62d38a6f9803e0fbd5b405de31639666ea26cfc97af75fbdd180ed4e0325de lib/Data/ICal/Entry/Event.pm -SHA256 ef52956ffb5defb0ed7fb4303cdd327e66f3ee41919f21ada2e5005fe729287b lib/Data/ICal/Entry/FreeBusy.pm -SHA256 1830fa1a9a29414661ee3a0832152ed0fef4a1792fe78067031f8d34b31a7ca6 lib/Data/ICal/Entry/Journal.pm -SHA256 f23e1c1a1877ed7349efaf40e76d2ccfbc18772ada0590c77d130628ff29a006 lib/Data/ICal/Entry/TimeZone.pm -SHA256 dca65ec58df939cc1a5b02f10330ec3e1fed535883f3535da178b9a0c8694c05 lib/Data/ICal/Entry/TimeZone/Daylight.pm -SHA256 2238016402e58f10e0a3c911c02c58b63b15cb6319e66b36c1ff31e6106cc864 lib/Data/ICal/Entry/TimeZone/Standard.pm -SHA256 0ea8891d15d871850203bee5c455ea96ed0f3ade037dc45003fc732e329a7e58 lib/Data/ICal/Entry/Todo.pm -SHA256 fb93f480e9a761ecddbce3fa9521ca812028b5e955ec7d21c40b523f31efca74 lib/Data/ICal/Property.pm +SHA256 0301bc9492ac9a95a68b678d3e700dbe2032233d822c25e69ed08cb5913bfb3d lib/Data/ICal.pm +SHA256 adcefd4ca2220befa2dc4e4d85c4604e5a17751e8b36c0eeac171bca581b1917 lib/Data/ICal/Entry.pm +SHA256 3bcc7dc7d6745c65bed3c42beadcba38fb8d1f2b57aedba93a618e56a48f6589 lib/Data/ICal/Entry/Alarm.pm +SHA256 8415531fd98372cf1ebccc54d6059ea1f92ba05d9bf6d832f3d5667a067f5453 lib/Data/ICal/Entry/Alarm/Audio.pm +SHA256 03c18de784dee64e63b13ff0a675f6af7aca17e4d7fe68a4c4d49c200db2b30a lib/Data/ICal/Entry/Alarm/Display.pm +SHA256 2bc4e1f5dc0dbc7d89fec277887a577cda17e92827c99723bdd867ddbd7b7bcb lib/Data/ICal/Entry/Alarm/Email.pm +SHA256 fa2080ac65f439d579d10b41ef252ebd645392666e78b397a44daed5107b4945 lib/Data/ICal/Entry/Alarm/None.pm +SHA256 1f2724ec3016ab445333e3cb6dbcace687082be1e4ab43d1058e8682b948d95d lib/Data/ICal/Entry/Alarm/Procedure.pm +SHA256 9d52ccfe674fbe58806257406d49f5cabfb05b17a021012bd2a071b16e05e4e7 lib/Data/ICal/Entry/Alarm/URI.pm +SHA256 370ae462917b1011ddeb963f8b5add388daae3669a9992933196a121db642d2c lib/Data/ICal/Entry/Event.pm +SHA256 286fc9161847a8c0055a9bd5241485f053fef4a6d8ba3c537e0dd0eff8ef24a3 lib/Data/ICal/Entry/FreeBusy.pm +SHA256 f9de12ed3de42b4658b683eb1401fb5a3bec45a6b2936879219d5cb39b9e298d lib/Data/ICal/Entry/Journal.pm +SHA256 8a44a490ebcc0b268b1dd29e2799517afaafd2f43b211f9d933f43dbef53078b lib/Data/ICal/Entry/TimeZone.pm +SHA256 aecad6f38a8a6d12e430c979cff2b7b23a079ea1bc1e818391c99377c0cb18ba lib/Data/ICal/Entry/TimeZone/Daylight.pm +SHA256 6bd652658f21e89f70715faaa2c15d75b9cb7f2058a50af036afc00fda0de73e lib/Data/ICal/Entry/TimeZone/Standard.pm +SHA256 a1beca92f31637660cbe0cdb146af536ccacf567f47371f1857a68e3694d7b81 lib/Data/ICal/Entry/Todo.pm +SHA256 2152efb3a643ef870a1c4fa913a375fdfa12652e8357760b9e839c7b3447e899 lib/Data/ICal/Property.pm SHA256 98c36e66067a4543c38b631a796edf15fd4e55956a7138043e45d43dbda60939 t/00.load.t -SHA256 b1ec7e8668f8e4fa5730ec890d8b8af0816ea561ab4319052f2aa50e9ba34c41 t/01.simplegen.t +SHA256 1f1326d161ac1e820695b87ab0c86d5efac4f418b61515d5d66220d8faf30823 t/01.simplegen.t SHA256 62e20268df1d1850ad5c1f3b79c79e7b148bf14673da407d8f827e62d88bc02f t/02.linewrap.t SHA256 7e8a6ec4a43dc344df49c724c422862f85ef5c53489d2abeb74f564ec7916044 t/03.unknown-props.t SHA256 2411ce797b9edf4fa03000912659a1083d339d7b01d6842f1fe0794ebeb692e0 t/04.mandatory-props.t @@ -71,11 +71,11 @@ SHA256 505f0d5c68824b3d02df44fa02031c9a379939327af4ef3565166d713cd24f70 t/pod.t -----BEGIN PGP SIGNATURE----- -iQEcBAEBCAAGBQJdVDhNAAoJEA3wooP+rICy280IAKnvWlPuvcw5iHUL4QpDxM96 -R0VT2bcIzAFEygbtisMA81PaAo7oJWLZHMf6KEWujPC6JW8cmMMMOpkHNW71LaM+ -CAqJnVPoA3Br2MuIu/19FOufJ3XSKBSixPJ8KUUNsPBAbJDjuf5qTPFQfwnpG0oz -WyjkgSZzkYABE5RjC0dvJIVEsEWWNZknLxm4mHzDtd9pS8u2BJqydmOtjp4luRiL -bx38USjPe2h5MeQjTAak9QE4P7nLJJg+Vhack/nhsHkBtRgyDnYGwevyqo3GIvCX -GP17jZA8Jf0zaW28OTmNIBcH+qgNRpq0F+bRmZ+HAQD/vQQ9rA8RVNNYurppvfk= -=fodn +iQEcBAEBCAAGBQJeD00/AAoJEA3wooP+rICyXwYIALSWoCyRsLsI8aiozTiMOotq +q4eIJwA7DFrlCv4ou8SLrEan8ZgNPL/mr+3d+fOmpqCSSOwh/EZGaRZ/XEwER7QT +HHbvx5DDTyZr0MUuAu+3nwxW9CXp63ahxTVbG7d89XlzpmGMBFXm2mOGaFy4phc3 +0RVIIrZAtKVHwYrOLoZ/5y2iuZeYgbVyEwhBxUO4PKrQZqx3Dw5gwCvtm83jbvOQ +fQg7CgoI7/pRpSM2OG14wEjM+zqwtSGyDLOb+Rk/gKcKIMNhrvNTY23YMVI71uBx +ROmb5kniIvkfxv+LUw5Bns/kp/emJDhanXznylLaqHjNJjNONrpKi8IC7L9/pb8= +=rAnz -----END PGP SIGNATURE----- diff -Nru libdata-ical-perl-0.23+dfsg/t/01.simplegen.t libdata-ical-perl-0.24+dfsg/t/01.simplegen.t --- libdata-ical-perl-0.23+dfsg/t/01.simplegen.t 2018-05-11 03:20:21.000000000 +0000 +++ libdata-ical-perl-0.24+dfsg/t/01.simplegen.t 2020-01-03 14:12:01.000000000 +0000 @@ -80,6 +80,7 @@ $event->add_properties( summary => 'Awesome party', description => "at my \\ place,\nOn 5th St.;", + geo => '123.000;-0.001', ); ok($s->add_entry($event)); @@ -97,6 +98,7 @@ END:VTODO BEGIN:VEVENT DESCRIPTION:at my \\\\ place\\,\\nOn 5th St.\\; +GEO:123.000;-0.001 SUMMARY:Awesome party END:VEVENT END:VCALENDAR