[libparse-errorstring-perl-perl] branch master updated (74dab51 -> 3a7fdde)

gregor herrmann gregoa at debian.org
Wed Dec 2 20:20:23 UTC 2015


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

gregoa pushed a change to branch master
in repository libparse-errorstring-perl-perl.

      from  74dab51   update changelog
      adds  6033e66   Initial upload
      adds  32dc75c   some whitespace cleanup
      adds  6955f1b   [Parse-ErrorString-Perl] add Test::Differences as testing prereq
      adds  9c74364   space to tab and some indentation cleanup
      adds  d7a2d03   [Parse-ErrorString-Perl] some test improvement: call is() instead of ok()
      adds  8ccb059   update release date in changes file
      adds  b5168ac   svn:ignore
      adds  40838a6   [Parse-ErrorString-Perl] some more tests moved from ok() to is()
      adds  0b40f54   add test script to syntax check the check_perldiag script and fix case sensitiveness in the script
      adds  c0e0a70   put the transmo function generation in one place
      adds  603c062   [Parse-ErrorString-Perl] catch exception if for some reason the transmo() function was not created
      adds  a0f15a4   fixed t/04-perldiag.t in Parse::ErrorString::Perl failing on perl 5.8
      adds  14a1847   retrofit expeted diagnostics to pre 5.10 patch in test
      adds  e65fa9e   prepare for release Parse-ErrorString-Perl-0.10
      adds  572717e   Fix: transmo() remained undefined when created within a thread in Padre
      adds  7808b84   prepare Parse::ErrorString::Perl 0.11 for release
      adds  0f365ee   fix test script for diagnostic text in perl = 5.8.9 version
      adds  cde49cc   try to fix the t/04-perldiag test again for 5.8.9, release 0.13
      adds  cc3c99e   add meta resources
      adds  1c6afde   [Parse::ErrorString::Perl] Switched to Dist::Zilla
      adds  7c0d5cf   [Parse::ErrorString::Perl] Updated svn:ignore
      adds  a92d64e   Refactored the packages into separate files and reorganized POD
      adds  849c8b1   [Parse::ErrorString::Perl] MakerMaker -> ModuleBuild in dist.ini
      adds  701b323   [Parse::ErrorString::Perl] Perl tidy the code
      adds  1423371   More Dist::Zilla fixes. ModuleBuild fails on win32 because of bin/check_perldiag shebang is replaced by win32 EOLs stuff.
      adds  3edd5fa   [Parse::ErrorString::Perl] Auto-formatted the POD and perl tidied a bit
      adds  c5dbad2   [Parse::ErrorString::Perl] 'dzil test' no works again... EOL test was failing
      adds  4d64b46   [Parse-ErrorString-Perl] Fixed q{near "package;"} regex bug and added a test for it
      adds  e8494e6   [Parse-ErrorString-Perl] Added "use strict; use warnings;" to all of the tests
      adds  0371a52   [Parse-ErrorString-Perl] t/01-errors.t Perl tidy
      adds  4c5f78f   [Parse-ErrorString-Perl] A minor Changes date update in dist.ini
      adds  f7b0200   [Parse-ErrorString-Perl] Updated Changes after a v0.14 'dzil release'
      adds  da45455   Bumped Pod::POM dependency to version 0.27 to fix RT #54062 "Test failure on perl 5.11.4". Also bumped version to 0.15 for imminent release and fixed spacing/alignment in Changes :)
      adds  aacbe6c   [Parse-ErrorString-Perl] Updated Changes before releasing it
      adds  81a8eba   [Parse-ErrorString-Perl] Updated Changes after a 0.15 'dzil release'
      adds  1332d25   perldiag did not contain that error, better signal it as a Fatal error. This prevents Parse::ErrorString::Perl from omitting error item type information that Padre depends on.
      adds  241d83e   Fixed typo in POD
      adds  955d829   Reverted earlier assumption for a possible fix of #1156. It was fixed the moment #1136 was fixed
      adds  c3f695e   switch to Module::Install
      adds  826f5e6   svn:ignore
      adds  c0560ae   Fix RT #87458 "This has become very noisy of late" bowtie++
      adds  133279a   Added credit where credit is due :) Thanks to Karl Williamson++
      adds  8ecd34c   Add back the dependencies that were removed by mistake in the switch to Module::Install
      adds  1a006e0   Bumped version to 0.17. Fixed Changes. Reuploaded it to CPAN
      adds  50b1883   Restore the missing abstract and reupload. Switch to Dist::Zilla, Switch back to Module::Install, make up your mind :)
      adds  152519f   Fix the missing Test::Differences dependency and reformatted Changes file. Uploaded 0.19 to CPAN
      adds  f37d3dd   POD headers, copyright and license as per RT #89233
      adds  00e6207   link to trac  RT #89233
      adds  d00c1a9   version 0.20
      adds  ddcec2e   Add .travis.yml
      adds  3fa2363   Repository change
      adds  d6e3980   gitignore
      adds  bca0315   bugtracker is GitHub
      adds  f5d7449   version to 0.21
      adds  b542075   gitignore
      adds  4618967   change dates in Changes
      adds  4ce108b   remove incorrect BUGS section
      adds  8e620f8   enable 5.22
      adds  ca6b762   fixing test failures in 5.22. Patch by Petr Písař. I think
      adds  c58821e   version to 0.22
      adds  232fda5   Imported Upstream version 0.22
       new  220b8c9   Merge tag 'upstream/0.22'
       new  5d360ec   Update debian/changelog
       new  44f78ed   Drop adjust-to-perl-5.22.patch
       new  70faa68   Bump debhelper compatibility level to 9.
       new  3a7fdde   releasing package libparse-errorstring-perl-perl version 0.22-1

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                              |  1 +
 Changes                                  |  9 ++-
 debian/changelog                         |  9 ++-
 debian/compat                            |  2 +-
 debian/control                           |  2 +-
 debian/patches/adjust-to-perl-5.22.patch | 96 --------------------------------
 debian/patches/series                    |  1 -
 lib/Parse/ErrorString/Perl.pm            | 11 +---
 lib/Parse/ErrorString/Perl/ErrorItem.pm  |  2 +-
 lib/Parse/ErrorString/Perl/StackItem.pm  |  2 +-
 t/04-perldiag.t                          | 21 ++++++-
 11 files changed, 39 insertions(+), 117 deletions(-)
 delete mode 100644 debian/patches/adjust-to-perl-5.22.patch
 delete mode 100644 debian/patches/series

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



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