Catalyst-Authentication-Credential-RPX
view release on metacpan or search on metacpan
use warnings;
use Module::Build 0.3601;
my %module_build_args = (
"build_requires" => {
"File::Find" => 0,
"File::Temp" => 0,
"Module::Build" => "0.3601",
"Test::Fatal" => 0,
"Test::MockObject" => 0,
"Test::More" => "0.88"
},
"configure_requires" => {
"Module::Build" => "0.3601"
},
"dist_abstract" => "Use JanRain's RPX service for Credentials",
"dist_author" => [
"Kent Fredric <kentnl\@cpan.org>"
],
[Packaging]
- Move Changes to CPAN::Changes format.
- Move to Git Versions
- Move author/release tests to xt/
- Move to @Author::KENTNL
- Git Repo URLS now use https://
- add x_authority
0.10053905 2011-01-02T13:05:29Z
- Get rid of FindBin completely.
- Replace Test::Exception with Test::Fatal
- Toolkit upgrade.
- Fixed bad changelog spelling.
0.10038414 2010-08-02T22:05:53Z
- Apply fix for rt $59170 : Logging in via RPX doesn't work. (Â Reported
and Fixed by Stephan Jauernick )
- Move to @KENTNL
- Apply fix for rt #58843 : Unused argument "app" wrongly validated only
against Objects when ClassNames were valid arguments too. (Â Reported by
Stephan Jauernick )
"namespace::autoclean" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"File::Find" : "0",
"File::Temp" : "0",
"Test::Fatal" : "0",
"Test::MockObject" : "0",
"Test::More" : "0.88"
}
}
},
"provides" : {
"Catalyst::Authentication::Credential::RPX" : {
"file" : "lib/Catalyst/Authentication/Credential/RPX.pm",
"version" : "0.10060100"
}
"modules" : {
"Dist::Zilla::PluginBundle::Author::KENTNL" : "1.4.1",
"Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "NA(possibly not installed)",
"File::Find" : "1.20",
"File::Temp" : "0.22",
"Module::Build" : "0.4",
"Moose" : "2.0602",
"MooseX::Has::Sugar" : "0.05070420",
"MooseX::Types::Moose" : "0.35",
"Net::API::RPX" : "0.04",
"Test::Fatal" : "0.010",
"Test::MockObject" : "1.20120301",
"Test::More" : "0.98",
"namespace::autoclean" : "0.13",
"perl" : "NA(skipped: perl)",
"strict" : "1.07",
"warnings" : "1.13"
},
"perl" : {
"original" : "v5.16.0",
"qv" : 1,
---
abstract: "Use JanRain's RPX service for Credentials"
author:
- 'Kent Fredric <kentnl@cpan.org>'
build_requires:
File::Find: 0
File::Temp: 0
Module::Build: 0.3601
Test::Fatal: 0
Test::MockObject: 0
Test::More: 0.88
configure_requires:
Module::Build: 0.3601
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300016, CPAN::Meta::Converter version 2.120921'
license: bsd
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
modules:
Dist::Zilla::PluginBundle::Author::KENTNL: 1.4.1
Dist::Zilla::PluginBundle::Author::KENTNL::Lite: 'NA(possibly not installed)'
File::Find: 1.20
File::Temp: 0.22
Module::Build: 0.4
Moose: 2.0602
MooseX::Has::Sugar: 0.05070420
MooseX::Types::Moose: 0.35
Net::API::RPX: 0.04
Test::Fatal: 0.010
Test::MockObject: 1.20120301
Test::More: 0.98
namespace::autoclean: 0.13
perl: 'NA(skipped: perl)'
strict: 1.07
warnings: 1.13
perl:
original: v5.16.0
qv: 1
version:
t/000-report-versions-tiny.t view on Meta::CPAN
eval { $v .= pmver('Dist::Zilla::PluginBundle::Author::KENTNL','v1.3.0') };
eval { $v .= pmver('Dist::Zilla::PluginBundle::Author::KENTNL::Lite','v1.3.0') };
eval { $v .= pmver('File::Find','any version') };
eval { $v .= pmver('File::Temp','any version') };
eval { $v .= pmver('Module::Build','0.3601') };
eval { $v .= pmver('Moose','any version') };
eval { $v .= pmver('MooseX::Has::Sugar','0.0300') };
eval { $v .= pmver('MooseX::Types::Moose','any version') };
eval { $v .= pmver('Net::API::RPX','0.04') };
eval { $v .= pmver('Test::Fatal','any version') };
eval { $v .= pmver('Test::MockObject','any version') };
eval { $v .= pmver('Test::More','0.88') };
eval { $v .= pmver('namespace::autoclean','any version') };
eval { $v .= pmver('strict','any version') };
eval { $v .= pmver('warnings','any version') };
# All done.
$v .= <<'EOT';
t/05_token.t view on Meta::CPAN
use strict;
use warnings;
use Test::MockObject;
use Test::More tests => 10;
use Test::Fatal;
sub RPX() {
'Catalyst::Authentication::Credential::RPX';
}
sub APIRPX() {
'Net::API::RPX';
}
# Order is important
t/rt_58843.t view on Meta::CPAN
use strict;
use warnings;
use Test::MockObject;
use Test::More tests => 10;
use Test::Fatal;
sub RPX() {
'Catalyst::Authentication::Credential::RPX';
}
sub APIRPX() {
'Net::API::RPX';
}
# Order is important
( run in 1.066 second using v1.01-cache-2.11-cpan-54e63673c56 )