~ubuntu-branches/ubuntu/trusty/libyaml-tiny-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-10-05 16:34:12 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20131005163412-1zjgne628pa7n8k9
Tags: 1.56-1
* Team upload.
* New upstream release.
* Update build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
warn <<'EOW';
 
2
 
 
3
*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
 
4
 
 
5
If you're seeing this warning, your toolchain is really, really old and you'll
 
6
almost certainly have problems installing CPAN modules from this century. But
 
7
never fear, dear user, for we have the technology to fix this!
 
8
 
 
9
If you're using CPAN.pm to install things, then you can upgrade it using:
 
10
 
 
11
    cpan CPAN
 
12
 
 
13
If you're using CPANPLUS to install things, then you can upgrade it using:
 
14
 
 
15
    cpanp CPANPLUS
 
16
 
 
17
If you're using cpanminus, you shouldn't be seeing this message in the first
 
18
place, so please file an issue on github.
 
19
 
 
20
If you're installing manually, please retrain your fingers to run Build.PL
 
21
when present instead.
 
22
 
 
23
This public service announcement was brought to you by the Perl Toolchain
 
24
Gang, the irc.perl.org #toolchain IRC channel, and the number 42.
 
25
 
 
26
EOW
 
27
 
 
28
sleep 10 if -t STDIN;
 
29
 
 
30
# This Makefile.PL for  was generated by Dist::Zilla::Plugin::MakeMaker::Fallback 0.002.
 
31
# Don't edit it but the dist.ini used to construct it.
1
32
 
2
33
use strict;
3
34
use warnings;
13
44
  "AUTHOR" => "Adam Kennedy <adamk\@cpan.org>",
14
45
  "BUILD_REQUIRES" => {},
15
46
  "CONFIGURE_REQUIRES" => {
16
 
    "ExtUtils::MakeMaker" => "6.30"
 
47
    "ExtUtils::MakeMaker" => "6.30",
 
48
    "Module::Build::Tiny" => "0.027"
17
49
  },
18
50
  "DISTNAME" => "YAML-Tiny",
19
51
  "EXE_FILES" => [],
27
59
    "warnings" => 0
28
60
  },
29
61
  "TEST_REQUIRES" => {
 
62
    "ExtUtils::MakeMaker" => 0,
30
63
    "File::Spec" => "0.80",
31
64
    "File::Spec::Functions" => 0,
32
65
    "IO::Handle" => 0,
33
66
    "IPC::Open3" => 0,
 
67
    "List::Util" => 0,
34
68
    "Test::More" => "0.94",
35
69
    "vars" => 0
36
70
  },
37
 
  "VERSION" => "1.55",
 
71
  "VERSION" => "1.56",
38
72
  "test" => {
39
73
    "TESTS" => "t/*.t"
40
74
  }