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

« back to all changes in this revision

Viewing changes to lib/Data/Entropy/Source.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:
50
50
 
51
51
use Carp qw(croak);
52
52
 
53
 
our $VERSION = "0.006";
 
53
our $VERSION = "0.007";
54
54
 
55
55
=head1 CONSTRUCTOR
56
56
 
313
313
 
314
314
=head1 COPYRIGHT
315
315
 
316
 
Copyright (C) 2006, 2007, 2009 Andrew Main (Zefram) <zefram@fysh.org>
 
316
Copyright (C) 2006, 2007, 2009, 2011
 
317
Andrew Main (Zefram) <zefram@fysh.org>
317
318
 
318
319
=head1 LICENSE
319
320