[libtext-vcard-perl] branch master updated (6c6d221 -> 89dfcb3)

gregor herrmann gregoa at debian.org
Sat May 10 14:22:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libtext-vcard-perl.

      from  6c6d221   releasing package libtext-vcard-perl version 2.13-2
      adds  1079e80   Imported Upstream version 3.04
       new  6e59359   Merge tag 'upstream/3.04'
       new  d608521   New upstream release.
       new  2b17745   Refresh spelling.patch (offset, and one mistake fixed).
       new  fd0230e   Update build and runtime dependencies.
       new  71a7278   Declare compliance with Debian Policy 3.9.5.
       new  89dfcb3   releasing package libtext-vcard-perl version 3.04-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                       |  39 +++-
 MANIFEST                      |  17 +-
 META.json                     |  25 ++-
 META.yml                      |  44 +++--
 Makefile.PL                   |  66 +++++--
 README                        |   4 +-
 debian/changelog              |   9 +
 debian/control                |  29 ++-
 debian/patches/spelling.patch |  23 +--
 lib/Text/vCard.pm             |  55 +++---
 lib/Text/vCard/Addressbook.pm | 298 +++++++++++++++-------------
 lib/Text/vCard/Node.pm        | 426 +++++++++++++++++++++++++++++-----------
 lib/vCard.pm                  | 443 ++++++++++++++++++++++++++++++++++++++++++
 lib/vCard/AddressBook.pm      | 310 +++++++++++++++++++++++++++++
 lib/vCard/Role/FileIO.pm      |  34 ++++
 t/04-formats.t                |   2 +-
 t/05-export.t                 |  57 +++---
 t/06-encoding.t               |   2 +-
 t/06a-encoding2.t             |  16 ++
 t/08-base64.t                 |  65 +++++--
 t/apple_2.1_unicode.vcf       |  18 +-
 t/apple_version3.vcf          |  22 +--
 t/base64.vcf                  |  58 +++---
 t/complete.vcf                |  15 ++
 t/encoding.vcf                |  18 +-
 t/encoding2.vcf               |  14 ++
 t/escape.t                    |  10 +
 t/evolution.vcf               |  18 +-
 t/import-export.t             |  44 +++++
 t/latin1.vcf                  |  13 ++
 t/mix_type.vcf                |  24 +--
 t/notes.vcf                   |  26 +--
 t/quoted.vcf                  |  18 +-
 t/quotedprintable.vcf         |   6 +
 t/release-no-tabs.t           |  16 --
 t/release-pod-syntax.t        |   5 +-
 t/simple.vcf                  |  18 +-
 t/types.t                     |  10 +
 t/unwrap.t                    |  24 +++
 t/unwrap.vcf                  |  16 ++
 t/vcard.t                     | 170 ++++++++++++++++
 t/vcard/address_book.t        | 111 +++++++++++
 42 files changed, 2095 insertions(+), 543 deletions(-)
 create mode 100644 lib/vCard.pm
 create mode 100644 lib/vCard/AddressBook.pm
 create mode 100644 lib/vCard/Role/FileIO.pm
 create mode 100644 t/06a-encoding2.t
 create mode 100644 t/complete.vcf
 create mode 100644 t/encoding2.vcf
 create mode 100644 t/escape.t
 create mode 100644 t/import-export.t
 create mode 100644 t/latin1.vcf
 create mode 100644 t/quotedprintable.vcf
 delete mode 100644 t/release-no-tabs.t
 create mode 100644 t/types.t
 create mode 100644 t/unwrap.t
 create mode 100644 t/unwrap.vcf
 create mode 100644 t/vcard.t
 create mode 100644 t/vcard/address_book.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-vcard-perl.git



More information about the Pkg-perl-cvs-commits mailing list