~ubuntu-branches/ubuntu/wily/libalgorithm-dependency-perl/wily

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Genannt
  • Date: 2011-07-02 12:52:05 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20110702125205-0xr1rbjc85vu4wcs
* new upstream version (Closes: 605314)
* bumped debhelper compat version
* bumped standards version
  - dh_clean -k to dh_prep
  - added misc:Depends at control file
* changed PREFIX to DESTDIR at rules
* added homepage field at control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
use strict;
2
 
use inc::Module::Install;
3
 
 
4
 
name            'Algorithm-Dependency';
5
 
all_from        'lib/Algorithm/Dependency.pm';
6
 
requires        'Params::Util'   => '0.06';
7
 
requires        'List::Util'     => '1.11';
8
 
build_requires  'Test::More'     => '0.47';
9
 
build_requires  'File::Spec'     => '0.80';
10
 
build_requires  'Test::ClassAPI' => '0.6';
11
 
 
12
 
WriteAll;
 
1
use inc::Module::Install::DSL 0.83;
 
2
 
 
3
all_from       lib/Algorithm/Dependency.pm
 
4
requires       Params::Util   0.31
 
5
requires       List::Util     1.11
 
6
test_requires  Test::More     0.47
 
7
test_requires  File::Spec     0.80
 
8
test_requires  Test::ClassAPI 0.6