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

nickm-guest pushed a change to branch master
in repository libdata-walk-perl.

      from  8900947   update changelog
       new  5f3a731   Imported Upstream version 2.01
       new  b34c445   Update copyright years and contact details
       new  781bf70   Bump Standards-Version to 3.9.8 (no changes)
       new  8fba83e   Add debian/upstream/metadata
       new  1a57179   Refresh 01-drop_shebang_from_pm.patch
       new  940a97c   Add 02-spelling_error_in_manpage.patch
       new  2c702fc   Fix typo in long description
       new  e9f20c2   Releasing package libdata-walk-perl version 2.01-1

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:
 Build.PL                                          |  17 +-
 ChangeLog                                         |  78 +++----
 Credits                                           |   1 +
 MANIFEST                                          |  25 ++-
 META.json                                         |  41 ++++
 META.yml                                          |  32 ++-
 Makefile.PL                                       |  33 +--
 NEWS                                              |  12 ++
 README                                            |   8 +-
 ReleaseNotes                                      |  12 ++
 THANKS                                            |   1 +
 debian/changelog                                  |  15 +-
 debian/control                                    |   4 +-
 debian/copyright                                  |   4 +-
 debian/patches/01-drop_shebang_from_pm.patch      |   8 +-
 debian/patches/02-spelling_error_in_manpage.patch |  16 ++
 debian/patches/series                             |   1 +
 debian/upstream/metadata                          |   7 +
 lib/Data/Walk.pm                                  | 239 +++++++++++-----------
 t/00basic.t                                       | 140 +++++++++++++
 t/{TS_Basic.pm => 01by_depth.t}                   |  69 ++++---
 t/01follow.t                                      |  77 +++++++
 t/{TS_Options.pm => 01index.t}                    |  60 +++---
 t/{TS_Basic.pm => 01post_process.t}               |  55 +++--
 t/01pre_process.t                                 | 112 ++++++++++
 t/{TS_Basic.pm => 03bugs-1.t}                     |  66 +++---
 t/{TS_All.pm => 04bug-container-type-by-depth.t}  |  49 ++---
 t/TC_Basic.pm                                     | 214 -------------------
 t/TC_Bugs.pm                                      |  80 --------
 t/TC_ByDepth.pm                                   |  89 --------
 t/TC_Copy.pm                                      |  88 --------
 t/TC_Examples.pm                                  | 112 ----------
 t/TC_Follow.pm                                    | 117 -----------
 t/TC_PostProcess.pm                               |  67 ------
 t/TC_PreProcess.pm                                | 147 -------------
 t/testrunner.t                                    |  53 -----
 36 files changed, 789 insertions(+), 1360 deletions(-)
 create mode 100644 Credits
 create mode 100644 META.json
 create mode 100644 THANKS
 create mode 100644 debian/patches/02-spelling_error_in_manpage.patch
 create mode 100644 debian/upstream/metadata
 create mode 100755 t/00basic.t
 copy t/{TS_Basic.pm => 01by_depth.t} (51%)
 create mode 100755 t/01follow.t
 rename t/{TS_Options.pm => 01index.t} (56%)
 copy t/{TS_Basic.pm => 01post_process.t} (57%)
 create mode 100755 t/01pre_process.t
 rename t/{TS_Basic.pm => 03bugs-1.t} (56%)
 rename t/{TS_All.pm => 04bug-container-type-by-depth.t} (57%)
 delete mode 100755 t/TC_Basic.pm
 delete mode 100755 t/TC_Bugs.pm
 delete mode 100755 t/TC_ByDepth.pm
 delete mode 100755 t/TC_Copy.pm
 delete mode 100755 t/TC_Examples.pm
 delete mode 100755 t/TC_Follow.pm
 delete mode 100755 t/TC_PostProcess.pm
 delete mode 100755 t/TC_PreProcess.pm
 delete mode 100755 t/testrunner.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to