r11267 - in /branches/upstream/libterm-readpassword-perl/current: Changes META.yml ReadPassword.pm

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Mon Dec 17 07:27:25 UTC 2007


Author: rmayorga-guest
Date: Mon Dec 17 07:27:25 2007
New Revision: 11267

URL: http://svn.debian.org/wsvn/?sc=1&rev=11267
Log:
[svn-upgrade] Integrating new upstream version, libterm-readpassword-perl (0.11)

Modified:
    branches/upstream/libterm-readpassword-perl/current/Changes
    branches/upstream/libterm-readpassword-perl/current/META.yml
    branches/upstream/libterm-readpassword-perl/current/ReadPassword.pm

Modified: branches/upstream/libterm-readpassword-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libterm-readpassword-perl/current/Changes?rev=11267&op=diff
==============================================================================
--- branches/upstream/libterm-readpassword-perl/current/Changes (original)
+++ branches/upstream/libterm-readpassword-perl/current/Changes Mon Dec 17 07:27:25 2007
@@ -24,3 +24,6 @@
 
 0.09  Wed Dec 12 11:20:00 2007
 	- Bug fix wrt CC_FIELDS, improved documentation 
+
+0.11  Fri Dec 14 12:00:00 2007
+	- Only documentation changes.

Modified: branches/upstream/libterm-readpassword-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libterm-readpassword-perl/current/META.yml?rev=11267&op=diff
==============================================================================
--- branches/upstream/libterm-readpassword-perl/current/META.yml (original)
+++ branches/upstream/libterm-readpassword-perl/current/META.yml Mon Dec 17 07:27:25 2007
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Term-ReadPassword
-version:      0.09
+version:      0.11
 version_from: ReadPassword.pm
 installdirs:  site
 requires:

Modified: branches/upstream/libterm-readpassword-perl/current/ReadPassword.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libterm-readpassword-perl/current/ReadPassword.pm?rev=11267&op=diff
==============================================================================
--- branches/upstream/libterm-readpassword-perl/current/ReadPassword.pm (original)
+++ branches/upstream/libterm-readpassword-perl/current/ReadPassword.pm Mon Dec 17 07:27:25 2007
@@ -29,7 +29,7 @@
 @EXPORT = qw(
 	read_password 
 );
-$VERSION = '0.09';
+$VERSION = '0.11';
 
 # The special characters in the input stream
 %SPECIAL = (
@@ -289,8 +289,10 @@
 
 =head1 BUGS
 
+Windows users will want Term::ReadPassword::Win32.
+
 This module has a poorly-designed interface, and should be thoroughly
-rethought. 
+rethought and probably re-united with the Windows version. 
 
 Users who wish to see password characters echoed as stars may set
 $Term::ReadPassword::USE_STARS to a true value. The bugs are that some
@@ -317,7 +319,7 @@
 
 =head1 AUTHOR
 
-Tom Phoenix <rootbeer at redcat.com>
+Tom Phoenix <rootbeer at redcat.com>. Copyright (C) 2007 Tom Phoenix.
 
 =head1 SEE ALSO
 




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