The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
History for Term::ReadPassword

0.11_02 2014.11.20
   - Skip tests that fail on Windows.
   - Perl::Tidy code


0.11_01 2014.11.16
   - merge the Term-ReadPassword-Win32 distribution into the
     Term-ReadPassword distribution and release them together.


-------------------------
History for Term::ReadPassword::Win32

0.05 2014.08.26
    - Link to GitHub from META files.
    - dos2unix files

0.04 2013.12.12

    - Avoid including the MYMETA files (#91253)
    - Move Japanese POD document to lib/POD2. (Tatsuhiko Miyagawa)
    - Convert encoding to UTF-8, added =encoding POD header. :w(Tatsuhiko Miyagawa)
      (also GĂ©raud CONTINSOUZAS)

0.03  2012.09.04

    - Fix RT 79144 - listing prerequistes in Makefile.PL
    -     RT 65402 - probably fixed by avove
    - Fix RT 19070 - now restoring STDIN

    - Reogranize directory layout
    - use Test::More

    - New maintainer: Gabor Szabo (SZABGAB)

0.02  2005.12.20

    - The namespace and the function name were changed.
      Term::ReadPasswd::read_passwd -> Term::ReadPassword::Win32::read_password

0.01  2005.12.18

    - The function name ReadPasswd was changed to read_passwd.

0.00  2005/12/15

    - The first release.

----------------------

Revision history for Perl extension Term::ReadPassword.

0.01  Wed Dec 13 07:57:34 2000
	- original version; created by h2xs 1.18

0.02  Wed Dec 8 2004
	- added support for ctrl-U (James FitzGibbon
	  <jfitzgibbon@primustel.ca>)

0.03  Tue Mar 29 18:35:03 2005
	- updated tests to (try to) pass automated tests

0.04  Thu Mar 31 13:17:00 2005
	- tweaked tests some more, trying to pass those automated tests
	- still no new functionality

0.05  Tue Jun 14 11:50:00 2005
	- a space in place of the password now skips the interactive test
	- save and restore the cc array, which seems to fix a bug

0.06  Sun Aug 28 13:07:00 2005
	- Setting $Term::ReadPassword::USE_STARS to a true value now
	  echoes stars for password characters.

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.