[libregexp-reggrp-perl] branch master updated (6319210 -> 5864b90)
Florian Schlichting
fsfs at moszumanska.debian.org
Sat Sep 16 20:31:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libregexp-reggrp-perl.
from 6319210 update changelog
adds 8709a66 First commit
adds 1ec02f8 Bugfixes
adds 38cc49f Removed tarflags from Makefile.PL
adds c1edbe5 Forced creating regexp for restore_pattern
adds 12c3bec Added opts to exec()
adds 4b4006b Changed input of replacement subs
adds 86d3a1e Added opts parameter to store function. Fixed abstract.
adds 3de93fd Fixed documentation.
adds 2702255 Changed version. Added opts parameter to store function. Fixed abstract.
adds 4d178d5 Fixed .gitignore and .cvsignore. Switched to Module::Install.
adds 388723d Updated MANIFEST.
adds e4fc988 Updated Changes.
adds 7425b52 Updated Changes. Fixed package.
adds ad768a1 Removed obsolete condition.
adds db75b1b Added modifier option. Updated documentation.
adds 28e8168 Changed modifier option. Added unit tests for modifier option.
adds 2384aa4 Changed version number.
adds 151e26a Fixed POD.
adds d92202b Fixed POD.
adds 641670e Fixed zero-length submatch bug for perl 5.8. Added unit test for zero-length submatch.
adds 0c45ac2 Version 0.03_01
adds c03e0ff Version 0.04
adds 37d8ebb Version 1.000
adds 77d0544 Version 1.000001
adds d1f7e5c Version 1.001_001
adds 329b88e Version 1.001_002
adds 5e63600 Version 1.002
adds 77af0e9 Version 1.002_001
adds 797a76d dist updates having adopted this module
adds 5b46247 add travis and coveralls badges
adds 47c4115 add badges to README.md
adds eb8a11d add blead and 5.22 to travis build
adds bd7e132 migrate travis CI from legacy to container-based
adds b148e62 fix #1 - resolve no . in @INC build for 5.25.11+
adds ac4d9fe New upstream version 2.01
new 9b2ee71 Updated version 2.01 from 'upstream/2.01'
new 9f3029f Update debian/changelog
new 24ca1db Update upstream metadata
new 6d6bea2 Drop copyright paragraph for removed M::I
new 5864b90 update changelog: no code changes
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:
.cvsignore | 14 -
Changes | 3 +
MANIFEST | 13 +-
META.json | 52 +++
META.yml | 26 +-
Makefile.PL | 34 +-
README.md | 6 +
debian/changelog | 11 +-
debian/copyright | 8 +-
debian/upstream/metadata | 2 +-
inc/Module/Install.pm | 474 ---------------------------
inc/Module/Install/Base.pm | 83 -----
inc/Module/Install/Can.pm | 154 ---------
inc/Module/Install/Fetch.pm | 93 ------
inc/Module/Install/Makefile.pm | 418 ------------------------
inc/Module/Install/Metadata.pm | 722 -----------------------------------------
inc/Module/Install/Win32.pm | 64 ----
inc/Module/Install/WriteAll.pm | 63 ----
lib/Regexp/RegGrp.pm | 2 +-
19 files changed, 112 insertions(+), 2130 deletions(-)
delete mode 100644 .cvsignore
create mode 100644 META.json
delete mode 100644 inc/Module/Install.pm
delete mode 100644 inc/Module/Install/Base.pm
delete mode 100644 inc/Module/Install/Can.pm
delete mode 100644 inc/Module/Install/Fetch.pm
delete mode 100644 inc/Module/Install/Makefile.pm
delete mode 100644 inc/Module/Install/Metadata.pm
delete mode 100644 inc/Module/Install/Win32.pm
delete mode 100644 inc/Module/Install/WriteAll.pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libregexp-reggrp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list