[libparse-win32registry-perl] 12/18: Merge tag 'upstream/1.0'

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 8 12:14:42 UTC 2015


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

bengen pushed a commit to branch master
in repository libparse-win32registry-perl.

commit c4347992b999af02c5e133ac82153bd5ce724e66
Merge: 26b483d 58b3d46
Author: Hilko Bengen <bengen at debian.org>
Date:   Tue Jun 12 22:46:25 2012 +0200

    Merge tag 'upstream/1.0'
    
    Upstream version 1.0

 Changes                                |  20 +++
 MANIFEST                               |   1 +
 META.yml                               |  40 +++--
 Makefile.PL                            |   1 +
 README                                 |   2 +-
 bin/gtkregcompare.pl                   | 243 +++++----------------------
 bin/gtkregscope.pl                     |  49 +++---
 bin/gtkregview.pl                      | 297 +--------------------------------
 bin/regdump.pl                         |   2 +-
 bin/regml.pl                           |  55 ++++++
 bin/regscan.pl                         |  13 +-
 bin/regsecurity.pl                     |   7 +-
 bin/wxregcompare.pl                    |  76 +++------
 bin/wxregscope.pl                      |  82 ++++-----
 bin/wxregview.pl                       |  63 +++----
 lib/Parse/Win32Registry.pm             |  29 ++--
 lib/Parse/Win32Registry/Base.pm        |  52 ++++--
 lib/Parse/Win32Registry/Entry.pm       |   6 +
 lib/Parse/Win32Registry/Value.pm       |   2 +-
 lib/Parse/Win32Registry/Win95/File.pm  |   1 +
 lib/Parse/Win32Registry/Win95/Key.pm   |  14 --
 lib/Parse/Win32Registry/Win95/Value.pm |  30 ++--
 lib/Parse/Win32Registry/WinNT/File.pm  |   1 +
 lib/Parse/Win32Registry/WinNT/Key.pm   |  40 +----
 lib/Parse/Win32Registry/WinNT/Value.pm | 149 +++++++++++++----
 t/errors.t                             |   2 +-
 t/misc.t                               |   4 +-
 t/security.t                           |  13 ++
 t/use.t                                |   2 +-
 t/value.t                              | 182 ++++++++++++++++++++
 t/win95_value_tests.rf                 | Bin 995 -> 1255 bytes
 t/winnt_value_tests.rf                 | Bin 6544 -> 7200 bytes
 32 files changed, 673 insertions(+), 805 deletions(-)

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



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