~ubuntu-branches/ubuntu/saucy/liburi-perl/saucy

« back to all changes in this revision

Viewing changes to URI/_ldap.pm

  • Committer: Package Import Robot
  • Author(s): Angel Abad, Ansgar Burchardt, Salvatore Bonaccorso, Angel Abad
  • Date: 2011-08-17 18:06:15 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20110817180615-zd1vbl9ovnw0cf1e
Tags: 1.59-1
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in
  debian/control and/or URL in debian/watch and/or rmdir
  /usr/{lib|share}/perl5 in debian/rules.

[ Angel Abad ]
* Imported Upstream version 1.59
* Bump Standards-Version to 3.9.2 (no changes)
* debian/copyright: Update years
* Bump debhelper compatibility level to 8

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
use strict;
8
8
 
9
9
use vars qw($VERSION);
10
 
$VERSION = "1.11";
 
10
$VERSION = "1.12";
11
11
 
12
12
use URI::Escape qw(uri_unescape);
13
13