Mojo-WebService-Twitter
view release on metacpan or search on metacpan
never fear, dear user, for we have the technology to fix this!
If you're using CPAN.pm to install things, then you can upgrade it using:
cpan CPAN
If you're using CPANPLUS to install things, then you can upgrade it using:
cpanp CPANPLUS
If you're using cpanminus, you shouldn't be seeing this message in the first
place, so please file an issue on github.
This public service announcement was brought to you by the Perl Toolchain
Gang, the irc.perl.org #toolchain IRC channel, and the number 42.
----
* Alternatively, you are running this file manually, in which case you need
to learn to first fulfill all configure requires prerequisites listed in
META.yml or META.json -- or use a cpan client to install this distribution.
You can also silence this warning for future installations by setting the
PERL_MB_FALLBACK_SILENCE_WARNING environment variable, but please don't do
that until you fix your toolchain as described above.
Errors from configure prereqs:
EOW
. do {
require Data::Dumper; Data::Dumper->new([ \%errors ])->Indent(2)->Terse(1)->Sortkeys(1)->Dump;
};
sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
}
# This section was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.017.
use strict;
use warnings;
require Module::Build; Module::Build->VERSION(0.28);
my %module_build_args = (
"configure_requires" => {
"Module::Build::Tiny" => "0.034"
},
"dist_abstract" => "Simple Twitter API client",
"dist_author" => [
"Dan Book <dbook\@cpan.org>"
],
"dist_name" => "Mojo-WebService-Twitter",
"dist_version" => "1.003",
"license" => "artistic_2",
"module_name" => "Mojo::WebService::Twitter",
"recursive_test_files" => 1,
"requires" => {
"Carp" => 0,
"Exporter" => 0,
"IO::Socket::SSL" => "1.94",
"Mojolicious" => "7.62",
"Scalar::Util" => 0,
"Time::Piece" => "1.17",
"WWW::OAuth" => 0,
"perl" => "5.010001"
},
"script_files" => [
"script/twitter_oauth_creds"
],
"test_requires" => {
"File::Spec" => 0,
"List::Util" => 0,
"Module::Metadata" => 0,
"Test::More" => "0.88"
}
);
my %fallback_build_requires = (
"File::Spec" => 0,
"List::Util" => 0,
"Module::Metadata" => 0,
"Test::More" => "0.88"
);
unless ( eval { Module::Build->VERSION(0.4004) } ) {
delete $module_build_args{test_requires};
$module_build_args{build_requires} = \%fallback_build_requires;
}
my $build = Module::Build->new(%module_build_args);
$build->create_build_script;
}
( run in 1.959 second using v1.01-cache-2.11-cpan-39bf76dae61 )