[libstring-random-perl] branch master updated (062b7cd -> 5ba882c)
Axel Beckert
abe at deuxchevaux.org
Mon Apr 27 21:07:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a change to branch master
in repository libstring-random-perl.
from 062b7cd update changelog
new 7a6138a Add debian/upstream/metadata
new cf93827 Update debian/changelog
adds f5516d4 Initial revision
adds adade10 Beginning of regex support.
adds 00dc8e7 First pass of [] in regex support. Moved to 0.191.
adds 28048fa Minor cosmetic bug fixed. Moved to 0.192.
adds 5a2d036 Updated POD and added tests. Moved to 0.193.
adds ba938b4 "-" inside [] works. Fixed stupid bug in from_pattern wrapper that made "perl -wc Random.pm" fail.
adds 3568c6a {} works.
adds 4262dad Fixed stupid while ($ch ... instead of while (defined($ch ... Added TODO. Minor POD update. Added a couple more test cases for randregex().
adds 81284ce Added random_regex() function interface. Moved most of randregex() to %regch. Added test cases. Added README to MANIFEST. (Still need to "cvs add" it.) Updated TODO.
adds bcb6ab9 Adding README.
adds d552b13 Fixed \W generating "_". Reorganized a bit to make it easier to add more patterns. Added \s and \S. Added two-character literals (\t, \n, \r, \f, \a, \e).
adds 85f38cc 0.199 - fixed randregex() and randpattern() to Do The Right Thing(TM) when called in an array or scalar context, and when passed multiple arguments (* WARNING * This is an incompatible change. Code expecting the behavior of earlier versions may break. Of course, the documentation warned that this change would be made, and everybody reads documentation, right? :-) - fixed use of $_ in rand [...]
adds a210e72 Update Copyright statements.
adds 6847d27 Add support for binary data in randpattern(). Update to 0.1991.
adds 95a012f Version 0.1992.
adds 21e8ad8 Add support for "*", "+", and "?".
adds 431b69f Fix "bad range" error.
adds 6cdc1af Fix old functions.
adds 66354fb Clean up some documentation.
adds fd8a18b Modify tests to use Test::More.
adds 2d9851b Update changelog. Bump version number for next release.
adds 19d30bf Whitespace cleanup.
adds ec9cc38 Convert to Module::Build.
adds b929093 Avoid undefined results from randregex().
adds 789d035 Clean up tests. Avoid undef being returned in randpattern.
adds 30fd9d3 0.21 final.
adds c0cbca9 Add META.yml.
adds a90c32b 0.22 Thu Sep 21 2006 - Fix README to reflect current reality. - Random cleanup in this file. - Since we've broken compatibility with *really* old Perl5 anyway, modernize a bit more ("our" instead of "use vars"). Also explicitly require 5.6.1.
adds b397c9b Add a test for trailing whitespace.
adds 984138d Add gitignore.
adds 4c9f16c Add changes.
adds 12a914f Update the POD.
adds 58b6f9e Convert Build.PL to Test::Run::Builder.
adds 9879709 Modernise Build.PL.
adds 576870a Fix warning on ".".
adds 64faea1 Add to the TODO.
adds 1cef064 Bump the version to 0.23.
adds e1e1b04 Add keywords and repository-link.
adds 3eeff37 Fix the link to the repository.
adds afa262f Bump the version number to 0.25.
adds 99fc544 LICENSE file and section.
adds 4fb96ca Add minimal version of perl.
adds 0acfd73 Bump version to 0.26
adds 388a510 Cache parsed range patterns
adds 1497b82 Document the latest change.
adds 7b2a8ef C-style for loop to ranged for.
adds 2498748 Cleanups and optimisations.
adds cc29c99 Update formatting using perltidy
adds 9583303 Use lexical loop variables.
adds 3164b72 Clean up Exporter stuff
adds 2096f2e Use negative array index instead of $#var
adds 5e00ada Always unpack @_ first
adds e0e83c9 Apply perltidy -pbp -nst formatting
adds a19d2ed Use direct object syntax for new
adds 2084539 Use lexical variables instead of package variables
adds e4229c0 Avoid ambiguously named 'last' variables
adds 33d661f Remove useless use of $_
adds d368207 Don't use quotes with strings containing no non-whitespace
adds f7c23a8 Use regex instead of string in split
adds 5999421 Use brackets with double sigil derefrerence
adds 11faa05 Do not use postfix control 'if' structure
adds a6c8c7d Useless interpolation of literal string
adds 284211c One more perltidy cleanup
adds c7b87a4 Add .perlcriticrc
adds fea7705 Add rand_gen parameter to new
adds 2cbaca4 Add t/07_rand_gen.t to the MANIFEST.
adds 8fa24ae update the Changes.
adds a0e9bc3 Small optimisation to an earlier commit.
adds 5f80a76 Bump version to 0.27.
adds 0f26ba8 Convert Changes to CPAN::Changes.
adds dc1d8c2 Bump version to 0.28.
adds 6a129fc Imported Upstream version 0.28
new d9c9c68 Merge tag 'upstream/0.28'
new 5ba882c Update debian/changelog
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 164 +++++++++---------
MANIFEST | 2 +
META.json | 6 +-
META.yml | 24 +--
debian/changelog | 8 +-
debian/upstream/metadata | 5 +
lib/String/Random.pm | 420 ++++++++++++++++++++++++++---------------------
t/07_rand_gen.t | 33 ++++
t/cpan-changes.t | 12 ++
9 files changed, 397 insertions(+), 277 deletions(-)
create mode 100644 debian/upstream/metadata
create mode 100644 t/07_rand_gen.t
create mode 100644 t/cpan-changes.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstring-random-perl.git
More information about the Pkg-perl-cvs-commits
mailing list