[Bps-public-commit] r9014 - Text-Password-Pronounceable

a.r.ferreira at gmail.com a.r.ferreira at gmail.com
Wed Sep 12 09:30:31 EDT 2007


Author: a.r.ferreira at gmail.com
Date: Wed Sep 12 09:30:31 2007
New Revision: 9014

Modified:
   Text-Password-Pronounceable/   (props changed)
   Text-Password-Pronounceable/CHANGES

Log:
 r11 at 189:  ferreira | 2007-09-12 10:11:30 -0300
 the goodies of 0.29


Modified: Text-Password-Pronounceable/CHANGES
==============================================================================
--- Text-Password-Pronounceable/CHANGES	(original)
+++ Text-Password-Pronounceable/CHANGES	Wed Sep 12 09:30:31 2007
@@ -1,3 +1,15 @@
+
+[Changes for 0.29 - 11 Sep, 2007]
+
+* T::P::P->generate($len) works
+* Fix behavior:
+       T::P::P->new(2,10)->generate(6) 
+  was equivalent to 
+       T::P::P->generate(6,10) 
+  which is too subtle. Now it works just as 
+       T::P::P->generate(6,6)
+* Improved warnings on bad arguments
+
 [Changes for 0.28 - 6 Jan, 2007]
 
 * Make ->new take just one $len as well. [Adriano Ferreira]



More information about the Bps-public-commit mailing list