~ubuntu-branches/ubuntu/trusty/libjifty-dbi-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/Jifty/DBI.pm

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann, Ansgar Burchardt, gregor herrmann
  • Date: 2011-06-05 15:49:37 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110605154937-9b5vq440vzpog1k2
Tags: 0.69-1
[ Ansgar Burchardt ]
* New upstream release (perl 5.14 fixes).

[ gregor herrmann ]
* Update years of copyright for inc/Module/*.
* Add /me to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
use warnings;
3
3
use strict;
4
4
 
5
 
$Jifty::DBI::VERSION = '0.68';
 
5
$Jifty::DBI::VERSION = '0.69';
6
6
 
7
7
=head1 NAME
8
8