~ubuntu-branches/ubuntu/trusty/libauthen-sasl-cyrus-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to Cyrus.pm

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2011-03-05 22:56:44 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110305225644-76yxl95fd1ek5c8t
Tags: 0.13-server-8
Explicitly set USER when running the test suite, since it may not be
set in a buildd environment.  This fix was accidentally dropped in
0.13-server-6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
@ISA = qw(DynaLoader);# Exporter);
7
7
 
8
 
$VERSION = "0.13-server";
 
8
# Modified for Debian from 0.13-server to avoid Perl 5.12 problems with
 
9
# non-numeric versions.
 
10
$VERSION = "0.13.1";
9
11
 
10
12
bootstrap Authen::SASL::Cyrus $VERSION;
11
13