[libio-html-perl] branch master updated (1f6fe9d -> 405c18a)

Jonas Smedegaard dr at jones.dk
Tue Jul 1 14:57:57 UTC 2014


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

js pushed a change to branch master
in repository libio-html-perl.

      from  1f6fe9d   Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details.
       new  4309c39   Fix use canonical Vcs-Git URL.
       new  b56c62e   Bump standards compliance to standards-version 3.9.5.
       new  0454868   Update watch file to use www.cpan.org and metacpan.org URLs (not search.cpan.org URL), and not track pre-releases.
       new  3726d81   Bump packaging license to GPL-3+, and extend copyrigt coverage for myself to include recent years.
       new  4d162d4   Update changelog, control file and copyright hints.
      adds  b402e9f   IO-HTML created by Dist::Zilla
      adds  fd6be09   Initial working version
      adds  5b0a679   Split sniff_encoding from html_file
      adds  5332cf6   Fix bug in _get_attribute
      adds  c9f476b   Fix infinite loop
      adds  486404c   Don't assume beginning of stream in sniff_encoding
      adds  7fcb8f9   Remove "as part of..." from VERSION section
      adds  57bcd34   Test some edge cases involving comments
      adds  057cf33   Improve detection of UTF-8
      adds  3c0986b   Add html_file_and_encoding
      adds  3a432a5   Use for (shift) instead of local $_ = shift
      adds  f95b286   Use negated character class to find non-ASCII char
      adds  c38857c   Document the :crlf layer
      adds  2e21f2f   Add html_outfile
      adds  8bfde62   Remove the open method
      adds  29d6605   Add export tags
      adds  45b212a   Use IO::HTML::file_and_encoding
      adds  e86f560   Add 30-outfile.t
      adds  9e42945   Add options to find_charset_in
      adds  84598d0   Add options to html_file & sniff_encoding
      adds  9897839   Test html_file options
      adds  a8ffbd0   Document the meta tags find_charset_in looks for
      adds  a3324f2   Add test for bogus encoding
      adds  c31dc3f   Updated Changes for January 28, 2012 release of 0.01
      adds  ff92ce9   Don't use mode <:raw on in-memory files
      adds  ff7ed85   Updated Changes for January 29, 2012 release of 0.02
      adds  96d6c35   Use $encoding->name instead of $encoding->mime_name
      adds  235ff14   Updated Changes for January 30, 2012 release of 0.03
      adds  a893eef   Require Encode 2.10 for utf-8-strict
      adds  917ec26   Updated Changes for February 4, 2012 release of 0.04
      adds  5484f8a   Document filehandle position set by sniff_encoding
      adds  7c5c578   Clarify comment about sniff_encoding on a string
      adds  914c6c5   Bump version to 1.00
      adds  f56d846   Updated Changes for February 23, 2013 release of 1.00
      adds  52ae17d   Update to Author::CJM 4.31
      adds  d6286e6   Link to metacpan.org instead of search.cpan.org
      adds  c90e9e4   Update links to the HTML5 draft specification
      adds  d10f56d   Updated Changes for June 28, 2014 release of 1.001
      adds  7e906b3   Imported Upstream version 1.001
       new  c77752d   Merge tag 'upstream/1.001'
       new  04d6fa7   Update copyright info: Extend coverage for main upstream author.
       new  405c18a   Prepare for release: Update changelog and copyright hints.

The 8 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                                            |  14 +-
 LICENSE                                            |   6 +-
 MANIFEST                                           |   4 +-
 META.json                                          | 150 +++++++++++++++------
 META.yml                                           | 127 +++++++++++------
 Makefile.PL                                        |  39 +++---
 README                                             |   8 +-
 debian/changelog                                   |  20 +++
 debian/control                                     |   4 +-
 debian/control.in                                  |   4 +-
 debian/copyright                                   |  12 +-
 debian/copyright_hints                             |  29 ++--
 debian/rules                                       |   4 +-
 debian/watch                                       |   4 +-
 lib/IO/HTML.pm                                     |  22 +--
 t/00-all_prereqs.t                                 |   6 +-
 t/release-pod-syntax.t                             |  15 ---
 .../release/pod-coverage.t                         |   9 +-
 xt/release/pod-syntax.t                            |   8 ++
 19 files changed, 302 insertions(+), 183 deletions(-)
 delete mode 100644 t/release-pod-syntax.t
 rename t/release-pod-coverage.t => xt/release/pod-coverage.t (68%)
 create mode 100644 xt/release/pod-syntax.t

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



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