[libtest-regexp-perl] branch master updated (d332bc5 -> 5f6fe03)

Salvatore Bonaccorso carnil at debian.org
Sun Jun 5 05:12:55 UTC 2016


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

carnil pushed a change to branch master
in repository libtest-regexp-perl.

      from  d332bc5   Adjust patch metadata
      adds  03fd450   First file
      adds  13f4da5   Start
      adds  7576d7d   - Working code. - Added substitution, runs. - Flags for upgrading/downgrading. - Merged no_match into match; keep no_match as a wrapper. - Couple of tests.
      adds  4cd11a7   captures_a
      adds  f12bd42   Progress
      adds  36ca70e   Progress
      adds  ce65d27   Progress
      adds  db0d04b   Progress
      adds  79ef81b   Progess
      adds  3491364   Tests
      adds  a3bf6fd   Progress
      adds  9b091de   Fixed checking number of skips
      adds  468b365   - Fixed bug when processing captures. - Fixed numbering of matches.
      adds  36def02   Progress
      adds  6b5efa1   Formatting
      adds  476bbcf   TODO list
      adds  d44d979   - Delete random generating stuff. - Use Test::Builder.
      adds  83a8e50   Documentation
      adds  fae333d   Remove testing for TEST_PASS, TEST_FAIL and TEST_SKIP
      adds  e63444d   Factor out common code
      adds  4f3bbfb   Uncomment show_line handling; turn off warning
      adds  9115beb   More refactoring
      adds  966dc43   Whitespace
      adds  9313aef   Renamed files
      adds  91e11c5   Tests for comments
      adds  071178d   What to do next
      adds  168207e   Tests for utf8_upgrade/downgrade
      adds  a7ae9bf   Tests for reason
      adds  a779632   Initial stab at documentation
      adds  67d5853   More documentation
      adds  dbdf7e5   Better import parsing
      adds  65f5308   Test for both name and comment
      adds  cbf1f64   Testing importing
      adds  974fde4   Added to the documentation
      adds  26bbe2a   Testing show_line
      adds  1f52ab0   More documentation
      adds  28884be   Add details about the number of tests to the POD
      adds  4a0bdbc   Updated MANIFEST
      adds  5bdb3a2   Replace Test::More by Test::Builder and add Exporter for pre-reqs
      adds  eef8230   OO interface
      adds  7398d1f   Added a MANIFEST.SKIP
      adds  d30a8ed   Initial text
      adds  5279b7a   Set version number to match intended release date
      adds  9ddfa7e   More documentation
      adds  f693f1c   Return values for (no)match
      adds  a8bcdd8   Get rid of duplication
      adds  0582fd3   Setup object
      adds  f605e98   Calling match()
      adds  a91b912   First object test
      adds  c3f6dee   First real objects tests
      adds  44ac86b   Allow both Test::Regexp -> new and Test::Regexp::Object -> new
      adds  4d72b14   More tests
      adds  00ce5b2   Check objects are different
      adds  42d3cb2   Tests for multiple objects
      adds  19854d2   Mention git uri
      adds  4cf800a   Merge branch 'master' into add-oo-interface
      adds  24ac9f6   Added files to MANIFEST. Tests for names/comments.
      adds  745b6ff   Added x bit to test files
      adds  2250e2f   New file
      adds  64b99c3   MANIFEST.SKIP belongs in MANIFEST.SKIP
      adds  ea68755   Changes
      adds  629cf85   POD updates; version increment
      adds  f39d748   Modernized
      adds  aa5874e   Removed $VERSION
      adds  1a6c8de   prereqs
      adds  bc4c940   Document changes
      adds  59f0b8d   Merge branch 'master' into add-oo-interface
      adds  89e64d5   Remove $VERSION
      adds  e785180   x bit
      adds  e328b4a   Test both comment and name
      adds  61f396a   Mention more prereqs
      adds  011373e   Added no_match() method
      adds  527c0e7   Document OO behaviour
      adds  18dfb5c   Test OO example
      adds  dbf6630   Document changes
      adds  4fc8a40   Upped version
      adds  db69370   Updated TODO
      adds  8708eaf   Update README
      adds  a73da31   Removed duplicate entry in MANIFEST
      adds  5611419   More to ignore
      adds  06c34e8   Added POD and Kwalitee tests
      adds  203bbf0   Execute bit
      adds  7cd9eac   Document changes
      adds  956090d   Change layout
      adds  b4bb15d   Fixed a bug that autovivified the correct number of named params
      adds  2d48f52   Set build_requires & configure_requires
      adds  22c7897   Allow passing of additional argument with OO calls
      adds  624aa05   Tests for handling extra args
      adds  be24508   Add new test file to MANIFEST
      adds  bbf4910   Upped VERSION
      adds  c35746c   Document change to OO subs
      adds  e12f290   Added 'test' option to 'match'
      adds  85d1334   Added ghost_num_captures & ghost_name_captures
      adds  590f2b5   Tweaked undocumented features.
      adds  f3550e4   Require version 1.01
      adds  ea1347f   Use @+ instead of @- to find the number of captures
      adds  a7632a7   Document change and upped version
      adds  df1fc03   Better skipping of tests.
      adds  a2a73bf   Tweaks in displaying messages.
      adds  8960923   Require Test::More 0.88
      adds  4f6ecb3   Upped VERSION
      adds  8e7326c   Remove duplicate plan_all
      adds  e22aa73   Test for matching VERSION numbers
      adds  1859461   Upped version numbers
      adds  d96b39e   Getting tired of guessing the reason for duplicate plans
      adds  055a3bd   Adjust to using Test::Tester
      adds  57560c0   Test for no premature garbage
      adds  c2d54da   Adapted to use Test::Tester
      adds  9e5b8d8   Adapted to use Test::Tester
      adds  783aa89   Testing name/comment arguments.
      adds  e266971   Adjust naming of tests
      adds  73741e0   Fix mode
      adds  64ec856   Deal with escaped test comments.
      adds  81810e3   If there is a mismatch between the number of tests, and the expected number of tests, report the difference in the comment of the test.
      adds  0ea89c3   Convert to Test::Tester
      adds  d4d11c4   Testing the 'reason' parameter.
      adds  1147074   Document arguments to check()
      adds  4f8c779   Rename 'match_exp' argument to t::Common::check to 'match'.
      adds  5b18bb0   Testing the "test" parameter.
      adds  961b192   Testing show line.
      adds  aca4d6f   Converted to use Test::Tester
      adds  800564f   Use is() instead of ok() when comparing expected/got values from match.
      adds  977620f   Converted to use Test::Tester
      adds  337be7b   Deal with escaped '#' by TAP
      adds  bace47e   Converted to use Test::Tester.
      adds  2ccb343   Converted to Test::Tester.
      adds  61f3188   Upped version number; added Changes entry.
      adds  96ca381   Added *.tar.gz entry in MANIFEST.SKIP and .gitignore.
      adds  88b20e7   Fix version number
      adds  d9a9913   Sync version numbers.
      adds  808fbb4   Fix typo
      adds  7f9b5c4   Removed the style parameter.
      adds  707c6bd   Made the 'full_text' argument to work.
      adds  1a008c9   Renamed github repository
      adds  916f24d   Add Test::Tester to test_requires
      adds  99197ed   Added todo parameter to match().
      adds  33e7a9b   Author tests for version numbers & git.
      adds  87c153b   Fixed grammar of some messages.
      adds  1a5858b   Made a 'name' accessor for Test::Regexp::Object
      adds  7c0e895   Support for "tags".
      adds  c57198b   Remove ghost_* parameters.
      adds  ff829a2   Keep trailing undefs.
      adds  76e3bae   Test tags.
      adds  d220834   Test the name accessor.
      adds  f23b52f   Require that version in README matches the package version.
      adds  11ec2fe   Skip tests on failures with Changes.
      adds  7a8531d   Update TODO
      adds  32ccb41   Test permissions of the files (Author tests)
      adds  890027a   Update TODO
      adds  acc59b1   Upped Version
      adds  54de541   Actually check the permission.
      adds  de4f0e8   Test the full_text parameter.
      adds  af0169c   Use the pattern instead of name/comment if they are empty.
      adds  80bd096   Remove outcommented code and fix up some comments.
      adds  0a8fa15   Added the no_keep_message option
      adds  0264f0b   Eliminate the use of given.
      adds  44158e9   Ignore MYMETA.* files
      adds  a1e21c5   Fix regexp matching a year.
      adds  4900f25   Fix my() inside my().
      adds  b841efb   New version.
      adds  0974a33   Handle MANIFEST comments.
      adds  c3a1670   Allow specifying how non printable ASCII characters are displayed.
      adds  1fc3e72   Upped version
      adds  f6432a8   Fix spelling errors in POD.
      adds  aa2d924   Changes entry
      adds  85f1956   Upped version
      adds  029d837   Imported Upstream version 2016060501
       new  27c5e6d   Merge tag 'upstream/2016060501'
       new  0dc294b   Update debian/changelog
       new  c165a85   Drop spelling-error-in-manpage.patch patch
       new  5f6fe03   Prepare changelog for release

The 4 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                                        |   9 +++
 META.json                                      |   2 +-
 META.yml                                       |   2 +-
 README                                         |   2 +-
 debian/changelog                               |   7 ++
 debian/patches/series                          |   1 -
 debian/patches/spelling-error-in-manpage.patch |  36 ---------
 lib/Test/Regexp.pm                             | 108 +++++++++++++++++++++----
 t/140_utf8.t                                   |  49 +++++++----
 t/Common.pm                                    |  39 ++++++++-
 10 files changed, 179 insertions(+), 76 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling-error-in-manpage.patch

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



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