[libdata-printer-perl] branch master updated (e257f9b -> d5f5d7f)
gregor herrmann
gregoa at debian.org
Fri Feb 12 20:33:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdata-printer-perl.
from e257f9b update changelog
adds 5c11fc2 Fixing whitespaces errors
adds 10c2548 Merge pull request #51 from bessarabov/fix_whitespaces
adds b0879b8 fixing test after merge
adds 5d700f4 Testin that source code has no whitespaces errors
adds aa78c18 Merge pull request #52 from bessarabov/test_whitespaces
adds fff11ea removed trailing whitespace
adds a93dee2 fixed leaking env in tests (tsibley++)
adds bfe6100 Update Printer.pm
adds a230f79 Merge pull request #59 from renatocron/master
adds 1008297 Add new .gitignore file
adds e651fa7 Merge pull request #60 from Flimm/gitignore
adds e277db3 giving credit where it is due
adds 7d3549d documented caveat of p() in variable declarations (vividsnow++)
adds 54ffad8 Updated .travis.yml with new Perl versions
adds c28893c Merge pull request #67 from bessarabov/update_travis
adds bcc3b3e Document that Data::Printer::Filter::DB supports DBIx::Class.
adds 77f6159 Merge pull request #71 from oalders/master
adds 03e8499 Use Package::Stash directly - don't require it in an eval block.
adds 26a3c77 Attempt to sidestep a taint error on old Win32
adds d6ebbad Prevent a class of errors on Perl 5.8 caused by the version module
adds 8bd4444 Merge pull request #66 from bk/cpantesters-fixes
adds 81928a7 Added support for displaying scalar's unicode flag
adds 22b6a0e Merge pull request #53 from nrdvana/master
adds e905b25 Fix testcase for new unicode feature
adds 0d7b484 Merge pull request #79 from nrdvana/master
adds 97dbef2 Data::Printer::Filter now imports np().
adds f2b6fbc Merge pull request #81 from oalders/import-np-into-filters
adds f734ab1 fixed multiline issue
adds fddfa99 minor tidying
adds 16e611c giving credit where it is due
adds fdde78e documenting "show_unicode"
adds 55e50b9 updating Changes and bumping up $VERSION
adds 659089f removed Test::Most unlisted dependency
adds 7f2f006 bumping $VERSION and updating Changes file
adds 73f37d8 Imported Upstream version 0.38
new 21bf403 Merge tag 'upstream/0.38'
new e3d6cf8 Update debian/changelog
new 9d56fa0 Declare compliance with Debian Policy 3.9.7.
new 0898e19 Bump debhelper compatibility level to 9.
new d5f5d7f update changelog
The 5 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:
.travis.yml | 8 +++
Changes | 30 +++++++++
MANIFEST | 4 ++
META.json | 4 +-
META.yml | 4 +-
debian/changelog | 19 +++++-
debian/compat | 2 +-
debian/control | 4 +-
examples/try_me.pl | 1 -
lib/DDP.pm | 1 -
lib/Data/Printer.pm | 120 ++++++++++++++++++++++++++----------
lib/Data/Printer/Filter.pm | 15 +++--
lib/Data/Printer/Filter/DB.pm | 19 +++---
lib/Data/Printer/Filter/DateTime.pm | 2 -
lib/Data/Printer/Filter/Digest.pm | 2 -
t/01-p.t | 5 +-
t/04-multiline2.t | 33 ++++++++++
t/05-obj.t | 2 +-
t/06-obj2.t | 4 +-
t/12-filter_class.t | 5 +-
t/13.2-filter_db.t | 1 -
t/13.3-filter_digest.t | 2 +-
t/20-handles.t | 1 -
t/26.2-tainted_rc.t | 2 +
t/26.7-unicode.t | 34 ++++++++++
t/27-pass_through.t | 1 +
t/33-end_separator.t | 1 -
t/36-valign.t | 2 -
t/41-yaml.t | 1 -
t/45-np.t | 2 -
xt/whitespaces.t | 14 +++++
31 files changed, 266 insertions(+), 79 deletions(-)
create mode 100644 .travis.yml
create mode 100644 t/04-multiline2.t
create mode 100644 t/26.7-unicode.t
create mode 100644 xt/whitespaces.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-printer-perl.git
More information about the Pkg-perl-cvs-commits
mailing list