Catalyst-Authentication-Credential-RedmineCookie
view release on metacpan or search on metacpan
lib/Catalyst/Authentication/Credential/RedmineCookie.pm view on Meta::CPAN
package Catalyst::Authentication::Credential::RedmineCookie;
use Moose;
use IPC::Open2;
use JSON::MaybeXS qw(:legacy);
use POSIX ":sys_wait_h";
has cmd => ( is => 'ro', isa => 'Str|ArrayRef', required => 1 );
# /jails/logserver/usr/local/lib/ruby/gems/2.6/gems/rack-1.6.11/lib/rack/session/cookie.rb
# https://qiita.com/labocho/items/32efc5b7c73aba3500ff
my $pid;
my $in;
my $out;
sub BUILDARGS { $_[1] }
( run in 0.546 second using v1.01-cache-2.11-cpan-5f2e87ce722 )