~ubuntu-branches/debian/jessie/perlbrew/jessie

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-08-03 00:31:22 UTC
  • mfrom: (1.1.29)
  • Revision ID: package-import@ubuntu.com-20130803003122-3x04f0g2wyxqmfoj
Tags: 0.65-1
* Team upload.
* New upstream release.
* Update (build) dependencies.
* Update years of upstream copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
repository 'git://github.com/gugod/App-perlbrew.git';
8
8
 
9
9
requires
10
 
    'Devel::PatchPerl'     => '0.86',
 
10
    'Devel::PatchPerl'     => '1.00',
11
11
    'local::lib'           => '1.008009',
12
12
    'Capture::Tiny'        => '0.22',
13
 
    'CPAN::Perl::Releases' => '1.10';
 
13
    'CPAN::Perl::Releases' => '1.26';
14
14
 
15
15
test_requires
16
16
    'Test::Simple'     => '0.98',
17
17
    'Test::More'       => '0',
18
 
    'Test::Output'     => '0',
 
18
    'Test::Output'     => '0.04', # stdout_like added in 0.04
19
19
    'Test::Exception'  => '0',
20
20
    'Test::NoWarnings' => '0',
21
 
    'Test::Spec'       => '0',
 
21
    'Test::Spec'       => '0.46', # with() added in 0.46
22
22
    'Path::Class'      => '0',
23
23
    'IO::All'          => '0.46',
24
24
    'File::Temp'       => '0';