[libtext-vcard-perl] branch master updated (ed1e4aa -> 93577b8)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 14 19:14:05 UTC 2015


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

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

      from  ed1e4aa   update changelog
       new  1eaef08   Add debian/upstream/metadata
       new  94b2f76   Update debian/changelog
      adds  d880b25   First git version (2.03) moved from svn
      adds  bc27223   Upgrade Makefile.PL
      adds  8062262   require perl 5.6
      adds  4c9f66f   better formatting
      adds  6a749ec   Changes to Makefile.PL from cpanservices
      adds  0867edf   Doc patch + mention new repo location - release 2.04
      adds  1ec94b5   Release 2.05
      adds  3539517   Add a few new useful methods as per email of 2010-01-20.
      adds  a1c77d1   Merge remote branch 'philipp/master'
      adds  fd93186   Perltidy
      adds  9a54e1a   Update Changes file, prepare for 2.06 release
      adds  ec401da   Merge remote branch 'ranguard/master'
      adds  8628e7d   Simplify Makefile.PL, and fix typo in get_simple_type() method.
      adds  cf7b3fb   Merge remote branch 'philipp/master'
      adds  493049d   "Text::vCard::Addressbook", not "Text::vCard::Address" in "See Also"
      adds  e468eee   Annotate 2.07 in Changes file.
      adds  575a159   Update version + change line endings
      adds  4b6e9e4   Add set_encoding() + bump to 2.09
      adds  4885446   Add Repo+Licence to META.yml
      adds  7635943   Add tests for quote-printable
      adds  2ec0843   Fix for QUOTED-PRINTABLE + tests
      adds  3ac92a5   Bump to 2.10 for release
      adds  d06129a   Add comment about the quote-printable RFCs
      adds  be220b5   Trivial documentation fix for set_encoding
      adds  40cd1d2   Merge pull request #1 from nigelm/master
      adds  ce2e947   gitignore generated files
      adds  4f229ec   gitignore swap files
      adds  073a6af   add test for address book creation and export
      adds  76abf26   add some links and example to POD
      adds  31256a5   link to github
      adds  f93f830   use warnings
      adds  9735a19   Merge pull request #2 from szabgab/master
      adds  6a555cd   ok now doing this for real
      adds  26353fd   adding base64 decoding
      adds  d84cb79   ok NOW work.
      adds  e9eb509   adding test for Base64
      adds  188f4ec   updating docs to reflect base64
      adds  9416d57   Merge pull request #3 from doriantaylor/master
      adds  87a1a1d   Changes and version in vCard
      adds  150a23f   Switch to DZilla
      adds  87575ac   Mass perltidy + whitespace cleanup (no code change)
      adds  599cb0c   2.12 release
      adds  be1e614   Don't need to mention pre 1 version
      adds  199323f   Fixes #5 and RT81502 - as patched by Ron Savage
      adds  ba49dab   Add \r\n after last END:VCARD
      adds  e0c9545   Version 2.13 release
      adds  fbf0f96   Add failing test for as_string() on vcard, relates to #6
      adds  38c1ae7   timezone() is now being generated as described in the docs.
      adds  02502bb   Merge pull request #9 from kablamo/timezone
      adds  f5d2af0   cleanup t/06a-encoding2.t
      adds  3e37c41   fix utf8 double encoding issues.
      adds  ad14b9b   Merge pull request #10 from kablamo/fixtests
      adds  9f3e860   Added a test which shows that node->types() method is incorrect.
      adds  88d61a9   Fix types().  Previously it returned types but also things that were not types.
      adds  9e60949   sort types.
      adds  8fb630c   Create a test to make sure types are sorted.
      adds  ef92b6e   Merge pull request #11 from kablamo/types
      adds  3b6e063   Improved import and export of vcards notably including encoding/decoding.
      adds  40d88a4   Make all the vcf files have crlf line endings. Git was auto 'fixing' them.
      adds  1c33de4   Moar better POD
      adds  5005ba1   Merge pull request #12 from kablamo/import-export-encoding
      adds  040bcf0   Added Text::vCard::Simple + tests.
      adds  11994bd   Better simple tests
      adds  4675136   updated pod
      adds  f1ddd8c   initial commit of vCard::AddressBook
      adds  d8c9968   created the new vCard namespace
      adds  3156a9b   test the chained syntax
      adds  7908b22   Updated pod for vCard
      adds  3e566a4   Created getters and setters for vCard.
      adds  cb3da80   Filled out vCard::AddressBook + tests
      adds  1014270   rm debug
      adds  e9dfab3   Added AddressBook->load_string
      adds  d75c55f   Addded AddressBook->as_file() and as_string()
      adds  67e5efe   Added vCard->load_file and vCard->load_string.  +tests
      adds  98146f5   cleanup tests + add t/vcard.vcf (test data)
      adds  22f0281   use Directory::Scratch in t/vcard/address_book.t
      adds  c71dbbc   rm comment
      adds  b232255   Added pod
      adds  1bc7b04   fix tests
      adds  31e4e61   rename vcard.vcf to complete.vcf
      adds  37b1078   fix encoding issues when loading files with vCard::AddressBook->load_file()
      adds  6e0c1fb   Bug fix for preferred nodes.
      adds  71d29d8   Allow users to specify multiple types for each node
      adds  39604a3   Updated t/vcard/address_book.t
      adds  cf929c7   better error messages when bad data is passed in
      adds  e1e2902   Update t/vcard.t to work with latest bug fixes.
      adds  b4604fe   return an empty string for an empty address book
      adds  94b1621   More fixes for Text::vCard::Node->is_pref(). +comments
      adds  ca36df7   make as_string() and export() return a decoded string.
      adds  0f08036   Many updates to the POD including attribution, acknowledgments, see also
      adds  d167529   Added encoding_in and encoding_out attrs on vCard and vCard::AddressBook. +POD
      adds  7889d00   Added POD for simple and complex getters/setters
      adds  95fbf2e   Added N to vCard and vCard::AddressBook. +tests
      adds  0b0a8c8   Add VERSION to vCard.  Defaults to 4.0
      adds  73ad93d   fix line unwrapping.
      adds  72c9d69   Improved POD
      adds  11e0216   Made rename setget() to _setget()
      adds  6321c8b   Updated vCard::AddressBook pod
      adds  99b2950   Updates to the Changes file.
      adds  72d89ac   Merge pull request #13 from kablamo/simple
      adds  7f877bd   vCard->photo() now returns a URI object
      adds  c6fb5e4   Merge pull request #15 from kablamo/photo
      adds  470dabd   Version 3.00 as released to CPAN
      adds  905687f   use \x0D\x0A instead of \r\n as recommended by 'perldoc perlport'.
      adds  35c1e53   Merge pull request #17 from kablamo/newlines
      adds  da56da6   Version 3.02
      adds  df41417   Switch all libs over to using Path::Tiny instead of Path::Class
      adds  7a46451   Tests no longer use Path::Class
      adds  a33a7fe   Merge pull request #18 from kablamo/path-tiny
      adds  70349a5   Version 3.02
      adds  b90c864   Travis attempt
      adds  9723f51   Add a readme
      adds  d5665ef   Bug fix for names. +test
      adds  975373c   Merge pull request #21 from kablamo/bugfix-for-names
      adds  4fc2f61   Fix load_file()/load_string(): modify $self instead of returning a new object.
      adds  a8660f7   Merge pull request #22 from kablamo/bugfix-for-loaders
      adds  1dc9b59   Better error msg for vcards w/o proper line endings (\r\n) required by the RFC.
      adds  d520540   Merge pull request #23 from ranguard/better-error-message
      adds  e947406   Wild guess to fix win test failures due to :crlf mode stripping out \n.
      adds  c95bf1a   Merge pull request #24 from ranguard/windows-crlf
      adds  935aeaf   Version 3.03
      adds  a6ed385   Remove readme, add spaces needed for Dzil release
      adds  ccef2ed   Version 3.04
      adds  b1848b5   Guess why cpantesters window tests are failing.
      adds  bbfae5d   Fix for loading non UTF8 files on windows.
      adds  a5588b3   Merge pull request #26 from ranguard/cpantesters
      adds  743ea65   Fix travis maybe possibly.
      adds  63563b3   increase verbosity
      adds  d6d92bb   Dzil::Plugin::PkgVersion wants a blank line after 'package Vcard;'
      adds  729654b   revert Test::NoTabs to NoTabsTests
      adds  34d1e46   install Test::NoTabs on travis
      adds  cf487c0   Merge pull request #25 from ranguard/fix-travis
      adds  ac55716   Version 3.05
      adds  0e00521   Fix/guess for tests failing on windows.
      adds  2479197   Merge pull request #28 from ranguard/fix-windows-tests-again
      adds  b941f94   Fixed Text:vCard::Node->add_nodes().  It should work now.
      adds  05416cc   Added a test for Text::vCard::Node->add_types().
      adds  42518a0   Merge pull request #29 from ranguard/fix-node-type
      adds  ab34594   Add a plugin to dzil to generate the README.md from the POD.
      adds  089a63d   Slightly better abstracts
      adds  a5f8375   squash me
      adds  c837e5f   Make dzil use vCard POD to generate README.md instead of Text::vCard.
      adds  b10bf77   Merge pull request #30 from ranguard/dzil-add-readme
      adds  74f8e64   3.06
      adds  1d86cbe   Fix bugs in POD examples.
      adds  06e6eb2   Merge pull request #32 from ranguard/arrayref
      adds  a4246d4   release 3.07
      adds  953ae8d   Imported Upstream version 3.07
       new  f0893b1   Merge tag 'upstream/3.07'
       new  28b8039   Update debian/changelog
       new  7d3acc3   Declare compliance with Debian policy 3.9.6
       new  298504d   Bump debhelper compatibility level to 9
       new  c8a34b0   Add autopkgtest-pkg-perl
       new  ef1b842   Update year of upstream copyright
       new  93577b8   Release libtext-vcard-perl 3.07-1 to unstable

The 9 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                       |  3 +++
 LICENSE                       |  6 +++---
 MANIFEST                      |  2 +-
 META.json                     |  4 ++--
 META.yml                      |  4 ++--
 Makefile.PL                   |  5 ++---
 README                        |  6 +++---
 debian/changelog              | 15 +++++++++++++--
 debian/compat                 |  2 +-
 debian/control                |  5 +++--
 debian/copyright              |  3 ++-
 debian/upstream/metadata      |  7 +++++++
 lib/Text/vCard.pm             |  2 +-
 lib/Text/vCard/Addressbook.pm |  2 +-
 lib/Text/vCard/Node.pm        |  2 +-
 lib/vCard.pm                  | 10 +++++-----
 lib/vCard/AddressBook.pm      |  8 ++++----
 lib/vCard/Role/FileIO.pm      |  2 +-
 18 files changed, 55 insertions(+), 33 deletions(-)
 create mode 100644 debian/upstream/metadata

-- 
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