~ubuntu-branches/ubuntu/hardy/libfile-spec-perl/hardy

« back to all changes in this revision

Viewing changes to lib/File/Spec/Functions.pm

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2008-01-14 12:42:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080114124245-0t9wefk1cx22b72b
Tags: 3.2501-3
* Drop (>= 0.19) from libmodule-build-perl Build-Dependency oldstable has
  0.26 and versioned B-D breaks building with perl-modules 5.10 (which
  includes Module::Build)
* add ppport.h licensing/copyright to debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
7
7
 
8
 
$VERSION = '1.3';
 
8
$VERSION = '3.2501';
9
9
 
10
10
require Exporter;
11
11