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

« back to all changes in this revision

Viewing changes to lib/File/Spec.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:
3
3
use strict;
4
4
use vars qw(@ISA $VERSION);
5
5
 
6
 
$VERSION = '3.24';
 
6
$VERSION = '3.2501';
7
7
$VERSION = eval $VERSION;
8
8
 
9
9
my %module = (MacOS   => 'Mac',