~ubuntu-branches/ubuntu/quantal/libpoe-component-server-simplehttp-perl/quantal

« back to all changes in this revision

Viewing changes to inc/Module/Install/Can.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, Jonathan Yu, Fabrizio Regalli, Ansgar Burchardt, Salvatore Bonaccorso, gregor herrmann
  • Date: 2011-12-31 01:54:30 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20111231015430-ledihyzo0wibst4x
Tags: 2.14-1
[ Jonathan Yu ]
* New upstream release

[ Fabrizio Regalli ]
* New upstream release
* Bump to 3.9.2 Standard-Version.
* Add myself to Uploaders and Copyright.
* Switch d/compat to 8.
* Build-Depends: switch to debhelper (>= 8).
* Updating spelling.patch.

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
  svn.debian.org to anonscm.debian.org URL.

[ gregor herrmann ]
* New upstream release.
* debian/copyright: update years for Module::Install and packaging.
* Refresh patch and mark it forwarded.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
use vars qw{$VERSION @ISA $ISCORE};
11
11
BEGIN {
12
 
        $VERSION = '1.00';
 
12
        $VERSION = '1.04';
13
13
        @ISA     = 'Module::Install::Base';
14
14
        $ISCORE  = 1;
15
15
}