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

bengen pushed a commit to annotated tag debian/1.0-1
in repository libsendmail-milter-perl.

commit 7d6b9b88357794fe4331d360959c8d1eb5a1e381
Author: Hilko Bengen <ben...@debian.org>
Date:   Mon Jul 27 15:54:22 2009 +0200

    0.50-1 (New upstream version)
    
    Also: add POD to new scripts and install them
---
 Makefile.PL         |  6 +++++-
 bin/regcompare.pl   | 16 ++++++++++++++++
 bin/regmultidiff.pl | 32 ++++++++++++++++++++++++++++++++
 bin/regsecurity.pl  | 19 +++++++++++++++++++
 bin/regshell.pl     | 22 ++++++++++++++++++++++
 debian/changelog    |  6 ++++++
 6 files changed, 100 insertions(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index 747baac..8249206 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,6 +24,10 @@ WriteMakefile(
         'bin/regstats.pl',
         'bin/regtimeline.pl',
         'bin/regtree.pl',
-        'bin/regview.pl'
+        'bin/regview.pl',
+        'bin/regmultidiff.pl',
+        'bin/regcompare.pl',
+        'bin/regsecurity.pl',
+        'bin/regshell.pl',
     ],
 );
diff --git a/bin/regcompare.pl b/bin/regcompare.pl
index b6e5ee6..8e2c883 100755
--- a/bin/regcompare.pl
+++ b/bin/regcompare.pl
@@ -1025,3 +1025,19 @@ sub find_change {
         find_next_change;
     }
 }
+
+__END__
+
+=head1 NAME
+
+regcompare - GTK2 Registry Compare for the Parse::Win32Registry module
+
+=head1 SYNOPSIS
+
+regview [ <filenames> ]
+
+=head1 SEE ALSO
+
+L<Parse::Win32Registry>
+
+=cut
diff --git a/bin/regmultidiff.pl b/bin/regmultidiff.pl
index b51da65..e2fdfd2 100755
--- a/bin/regmultidiff.pl
+++ b/bin/regmultidiff.pl
@@ -152,3 +152,35 @@ $script_name <file1> <file2> <file3> ... [<subkey>] [-v] 
[-x] [-a]
                         any changes
 USAGE
 }
+
+__END__
+
+=head1 NAME
+
+regdiff - Compares two or more registry files.
+
+=head1 SYNOPSIS
+
+regdiff <file1> <file2> <file3> ... [<subkey>] [-v] [-x] [-a]
+
+=over 4
+
+=item -v or --values
+
+display values
+
+=item -x or --hexdump
+
+display value data as a hex dump
+
+=item -a or --all
+
+show all keys and values preceding and following any changes
+
+=back
+
+=head1 SEE ALSO
+
+L<Parse::Win32Registry>
+
+=cut
diff --git a/bin/regsecurity.pl b/bin/regsecurity.pl
index b879feb..01bc6a8 100755
--- a/bin/regsecurity.pl
+++ b/bin/regsecurity.pl
@@ -53,3 +53,22 @@ Only Windows NT registry files contain security information.
 $script_name <filename>
 USAGE
 }
+
+__END__
+
+=head1 NAME
+
+regsecurity - Displays all the security entries in a registry file.
+
+=head1 SYNOPSIS
+
+    regsecurity <filename>
+
+Each key contains a reference to one of these security entries.
+Only Windows NT registry files contain security information.
+
+=head1 SEE ALSO
+
+L<Parse::Win32Registry>
+
+=cut
diff --git a/bin/regshell.pl b/bin/regshell.pl
index 434aff4..25e4cae 100755
--- a/bin/regshell.pl
+++ b/bin/regshell.pl
@@ -244,3 +244,25 @@ sub find_next {
     }
     print "No (more) matches found\n";
 }
+
+__END__
+
+=head1 NAME
+
+regshell - An interactive shell for examining registry files
+
+=head1 SYNOPSIS
+
+    $script_name <filename>
+
+regshell is an interactive shell for examining registry files where
+you navigate keys using 'cd' and display keys and values using 'ls' or
+'dir'. Tab completion for key and value names is available if the
+underlying platform supports it. Type 'help' at the prompt for a list
+of available commands.
+
+=head1 SEE ALSO
+
+L<Parse::Win32Registry>
+
+=cut
diff --git a/debian/changelog b/debian/changelog
index eced916..723389b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libparse-win32registry-perl (0.50-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Hilko Bengen <ben...@debian.org>  Mon, 27 Jul 2009 15:51:27 +0200
+
 libparse-win32registry-perl (0.41-1) unstable; urgency=low
 
   * Initial Release.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsendmail-milter-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