~ubuntu-branches/ubuntu/precise/libdata-entropy-perl/precise

« back to all changes in this revision

Viewing changes to lib/Data/Entropy/Algorithms.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jotam Jr. Trejo
  • Date: 2011-05-08 16:44:11 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110508164411-te8qgrv79zsowhwa
Tags: 0.007-1
* New upstream release
* debian/rules: refresh, use tiny dh7 now
* debian/copyright: refresh according to DEP 5 revision 135, also
  update Ivan Kohler email
* debian/control: drop useless versioned perl dependency
* Switch to source format 3.0 (quilt)
* debian/control: bump Standards Version to 3.9.2
* debian/control: add libtest-pod-perl, libtest-pod-coverage-perl and
  libhttp-lite-perl to B-D-I, needed by some tests
* debian/control: remove libwww-perl from dependencies, upstream use
  HTTP::Lite instead of LWP now
* Add myself to Uploaders and Copyright
* Bump DH compat level to 8

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
);
52
52
use Params::Classify 0.000 qw(is_ref);
53
53
 
54
 
our $VERSION = "0.006";
 
54
our $VERSION = "0.007";
55
55
 
56
56
use parent "Exporter";
57
57
our @EXPORT_OK = qw(
443
443
 
444
444
=head1 COPYRIGHT
445
445
 
446
 
Copyright (C) 2006, 2007, 2009 Andrew Main (Zefram) <zefram@fysh.org>
 
446
Copyright (C) 2006, 2007, 2009, 2011
 
447
Andrew Main (Zefram) <zefram@fysh.org>
447
448
 
448
449
=head1 LICENSE
449
450