Result:
found more than 542 distributions - search limited to the first 2001 files matching your query ( run in 1.062 )


CPAN-Search-Lite

 view release on metacpan or  search on metacpan

Apache2/Apache2/CPAN/Query.pm  view on Meta::CPAN


use CPAN::Search::Lite::Lang qw(%langs load);
use Template;
use File::Spec::Functions qw(catfile catdir);
use Apache2::Request;
use Apache2::Cookie;
use Apache2::RequestRec ();
use Apache2::RequestIO ();
use Apache2::RequestUtil ();
use Apache2::Module ();
use Apache2::Log ();

Apache2/Apache2/CPAN/Query.pm  view on Meta::CPAN


    if ($submit) {
      $webstart = $req->param('webstart');
      my $value = $webstart || 1;
      my $expires = $webstart ? '+1y' : 'now';
      my $c_ws = Apache2::Cookie->new($r, 
                                           name => $cookie_ws, 
                                           path => '/',
                                           value => $value,
                                           expires => $expires);
      $c_ws->bake($r);
      
      $lang_cookie = $req->param('lang');
      $value = $lang_cookie || 1;
      $expires = $lang_cookie ? '+1y' : 'now';
      my $c_lang = Apache2::Cookie->new($r, 
                                        name => $cookie_lang, 
                                        path => '/',
                                        value => $value,
                                        expires => $expires);
      $c_lang->bake($r);
      $lang = $lang_cookie if $lang_cookie;

      my $host = $req->param('host') || $req->param('url') || '';
      if ($host) {
        my $cookie = Apache2::Cookie->new($r, 
                                          name => $cookie_mirror, 
                                          path => '/',
                                          value => $host,
                                          expires => '+1y');
        $cookie->bake($r);
        $mirror = $host;
      }
    }
    else {
      my %cookies = Apache2::Cookie->fetch($r);
      unless ($mirror) {
        if (my $c = $cookies{$cookie_mirror}) {
          $mirror = $c->value;
        }
      }

Apache2/Apache2/CPAN/Query.pm  view on Meta::CPAN


=head1 DESCRIPTION

This module provides a mod_perl (2) interface to CPAN::Search::Lite::Query.
The modules C<Apache2::Request>
and C<Apache2::Cookie> of the C<libapreq2> distribution
are required. A directive

    PerlLoadModule Apache2::CPAN::Query

should appear before any of the C<Location> directives

 view all matches for this distribution


CPAN-Testers-Data-Uploads-Mailer

 view release on metacpan or  search on metacpan

t/samples/uploads-big.log  view on Meta::CPAN

2010/02/02 18:07:31 ... index update [GSLONDON,0.52,1265126819,Parse-Gnaw,1]
2010/02/02 18:07:43 ... index update [ARNIE,0.01,1251730892,WWW-Alltop,1]
2010/02/02 18:07:45 ... index update [AKHOBOV,0.02,1023787648,Business-OnlinePayment-2CheckOut,1]
2010/02/02 18:07:45 ... index update [AAR,1.24,1265122805,Crypt-GCrypt,1]
2010/02/02 18:07:46 ... index update [ACALPINI,0.02,1181297303,Lingua-Stem-It,1]
2010/02/02 18:07:49 ... index insert [KAPPA,0.1,1265122004,Dancer-Session-Cookie,1]
2010/02/02 18:07:52 ... index update [MASANORIH,0.0.3,1265124809,Net-SRCDS-Queries,1]
2010/02/02 18:07:54 ... index update [RPETTETT,356,1265122600,ClearPress,1]
2010/02/02 18:07:56 ... index update [RA,1.02,937838787,GIFgraph_Map,1]
2010/02/02 18:07:58 Updating BACKPAN entries
2010/02/02 18:07:58 Updating NNTP entries
2010/02/02 18:07:59 .. from 39908 to 39913
2010/02/02 18:08:00 ... [39909] subject=CPAN Upload: K/KA/KAPPA/Dancer-Session-Cookie-0.1.tar.gz
2010/02/02 18:08:00 ... [39910] subject=CPAN Upload: R/RP/RPETTETT/ClearPress-356.tar.gz
2010/02/02 18:08:00 ... index update [RPETTETT,356,1265122560,ClearPress,1]
2010/02/02 18:08:00 ... [39911] subject=CPAN Upload: A/AA/AAR/Crypt-GCrypt-1.24.tar.gz
2010/02/02 18:08:00 ... index update [AAR,1.24,1265122800,Crypt-GCrypt,1]
2010/02/02 18:08:01 ... [39912] subject=CPAN Upload: M/MA/MASANORIH/Net-SRCDS-Queries-0.0.3.tar.gz

 view all matches for this distribution


CPAN-Testers-ParseReport

 view release on metacpan or  search on metacpan

t/ctgetreports.t  view on Meta::CPAN

          (
           "t/var/nntp-testers/$id",
           $dumpvars,
           %Opt,
          );
    is $extract->{'mod:Catalyst::Plugin::Session::State::Cookie'}, "0.17", "report $id: C:P:S:S:C version";
    is $extract->{'mod:Catalyst::Controller::ActionRole'}, "0.12", "report $id: C:C:AR mod version";
    is $extract->{'prereq:Catalyst::Controller::ActionRole'}, "0.12", "report $id: C:C:AR prereq version";
    is $extract->{'mod:Moose::Autobox'}, "0.10", "report $id: M:A mod version";
    is $extract->{'prereq:Moose::Autobox'}, "0.09", "report $id: M:A prereq version";
    is $extract->{'mod:CPANPLUS'}, '0.89_07', "report $id: CPANPLUS version";

 view all matches for this distribution


CPAN-Testers-TailLog

 view release on metacpan or  search on metacpan

t/files/01-log.txt  view on Meta::CPAN

[2016-08-19T10:54:12Z] [Chris Williams (BINGOS)] [pass] [YANICK/Dancer2-Session-Sereal-0.002.tar.gz] [i386-gnukfreebsd] [perl-v5.8.9] [437eb2e2-65fb-11e6-ab41-c893a58a4b8c] [2016-08-19T10:54:12Z]
[2016-08-19T12:52:58Z] [Francois Perrad] [pass] [ANTONC/Data-Type-Digger-0.04.tar.gz] [armv7l-linux] [perl-v5.24.0] [db13ce48-660b-11e6-9778-a94d09623efe] [2016-08-19T12:52:58Z]
[2016-08-19T10:53:57Z] [Chris Williams (BINGOS)] [pass] [HAARG/Devel-Confess-0.009001.tar.gz] [x86_64-gnukfreebsd] [perl-v5.12.1] [3a4b4d16-65fb-11e6-ab41-c893a58a4b8c] [2016-08-19T10:53:57Z]
[2016-08-19T10:53:55Z] [Chris Williams (BINGOS)] [fail] [BINARY/Locale-Maketext-Test-0.02.tar.gz] [i386-freebsd] [perl-v5.18.2] [39764346-65fb-11e6-8807-814d1da4c10f] [2016-08-19T10:53:55Z]
[2016-08-19T10:53:52Z] [Chris Williams (BINGOS)] [pass] [HAARG/Devel-Confess-0.009000.tar.gz] [x86_64-gnukfreebsd] [perl-v5.12.1] [37c49ed0-65fb-11e6-ab41-c893a58a4b8c] [2016-08-19T10:53:52Z]
[2016-08-19T10:53:52Z] [Chris Williams (BINGOS)] [pass] [YANICK/Dancer2-Session-Cookie-0.007.tar.gz] [i386-gnukfreebsd] [perl-v5.8.9] [37a9ed74-65fb-11e6-ab41-c893a58a4b8c] [2016-08-19T10:53:52Z]
[2016-08-19T10:53:47Z] [Chris Williams (BINGOS)] [pass] [DAGOLDEN/Session-Storage-Secure-0.010.tar.gz] [i386-gnukfreebsd] [perl-v5.8.9] [34c0cdb2-65fb-11e6-ab41-c893a58a4b8c] [2016-08-19T10:53:47Z]
[2016-08-19T10:53:42Z] [Chris Williams (BINGOS)] [fail] [BINARY/Locale-Maketext-Test-0.01.tar.gz] [i386-freebsd] [perl-v5.18.2] [31a3186a-65fb-11e6-8807-814d1da4c10f] [2016-08-19T10:53:42Z]
[2016-08-19T10:53:42Z] [Chris Williams (BINGOS)] [pass] [FRACTAL/Session-Token-1.503.tar.gz] [x86_64-gnukfreebsd] [perl-v5.12.1] [31beab8e-65fb-11e6-ab41-c893a58a4b8c] [2016-08-19T10:53:42Z]
[2016-08-19T10:53:41Z] [Andreas J. König (ANDK)] [pass] [MELEZHIK/Outthentic-0.2.7.tar.gz] [x86_64-linux-thread-multi-ld] [perl-v5.24.1 RC3] [310552f6-65fb-11e6-a2c7-a0a058b9f28c] [2016-08-19T10:53:41Z]
[2016-08-19T10:53:39Z] [Chris Williams (BINGOS)] [pass] [EXODIST/Test-Simple-1.302053-TRIAL.tar.gz] [x86_64-gnukfreebsd] [perl-v5.12.1] [2fa2fb2a-65fb-11e6-ab41-c893a58a4b8c] [2016-08-19T10:53:39Z]

t/files/01-log.txt  view on Meta::CPAN

[2016-08-19T10:41:11Z] [Chris Williams (BINGOS)] [pass] [HAARG/Devel-Confess-0.009001.tar.gz] [amd64-netbsd-thread-multi] [perl-v5.24.0] [71e44590-65f9-11e6-8807-814d1da4c10f] [2016-08-19T10:41:11Z]
[2016-08-19T10:41:07Z] [Chris Williams (BINGOS)] [pass] [BHALLISSY/Text-PDF-0.30.tar.gz] [i386-freebsd] [perl-v5.18.2] [6fd6e956-65f9-11e6-8807-814d1da4c10f] [2016-08-19T10:41:07Z]
[2016-08-19T10:40:58Z] [Chris Williams (BINGOS)] [pass] [HAARG/Devel-Confess-0.009000.tar.gz] [amd64-netbsd-thread-multi] [perl-v5.24.0] [6a112dc4-65f9-11e6-8807-814d1da4c10f] [2016-08-19T10:40:58Z]
[2016-08-19T10:40:57Z] [Chris Williams (BINGOS)] [pass] [BDEVETAK/HBase-JSONRest-0.044.tar.gz] [i386-freebsd] [perl-v5.18.2] [69588ca6-65f9-11e6-8807-814d1da4c10f] [2016-08-19T10:40:57Z]
[2016-08-19T10:40:45Z] [Chris Williams (BINGOS)] [pass] [BLHOTSKY/CLI-Helpers-1.1.tar.gz] [x86_64-gnukfreebsd] [perl-v5.12.1] [623345f6-65f9-11e6-ab41-c893a58a4b8c] [2016-08-19T10:40:45Z]
[2016-08-19T10:40:43Z] [Chris Williams (BINGOS)] [pass] [GONZUS/HTTP-XSCookies-0.000006.tar.gz] [amd64-netbsd-thread-multi] [perl-v5.24.0] [610063a8-65f9-11e6-8807-814d1da4c10f] [2016-08-19T10:40:43Z]
[2016-08-19T10:40:42Z] [Chris Williams (BINGOS)] [pass] [AUTINITY/Compress-LZ4Frame-0.011001.tar.gz] [i386-freebsd] [perl-v5.18.2] [60c14218-65f9-11e6-8807-814d1da4c10f] [2016-08-19T10:40:42Z]
[2016-08-19T10:40:40Z] [Chris Williams (BINGOS)] [pass] [BLHOTSKY/App-ElasticSearch-Utilities-5.0.tar.gz] [x86_64-gnukfreebsd] [perl-v5.12.1] [5fca3932-65f9-11e6-ab41-c893a58a4b8c] [2016-08-19T10:40:40Z]
[2016-08-19T10:40:39Z] [Chris Williams (BINGOS)] [pass] [SISYPHUS/Math-GMPq-0.41.tar.gz] [i386-gnukfreebsd] [perl-v5.8.9] [5ec0431a-65f9-11e6-ab41-c893a58a4b8c] [2016-08-19T10:40:39Z]
[2016-08-19T10:40:31Z] [Chris Williams (BINGOS)] [fail] [SFPAJEND/Webservice-OVH-0.1.tar.gz] [i386-gnukfreebsd] [perl-v5.8.9] [5a00fefa-65f9-11e6-ab41-c893a58a4b8c] [2016-08-19T10:40:31Z]
[2016-08-19T10:40:29Z] [Chris Williams (BINGOS)] [pass] [GIRAFFED/Curses-1.36.tar.gz] [amd64-netbsd-thread-multi] [perl-v5.24.0] [5903cae6-65f9-11e6-8807-814d1da4c10f] [2016-08-19T10:40:29Z]

t/files/01-log.txt  view on Meta::CPAN

[2016-08-19T10:32:08Z] [Andreas J. König (ANDK)] [pass] [MANWAR/Map-Tube-Tokyo-0.24.tar.gz] [x86_64-linux] [perl-v5.20.3] [2e26de68-65f8-11e6-a05c-146558b9f28c] [2016-08-19T10:32:08Z]
[2016-08-19T10:32:05Z] [Chris Williams (BINGOS)] [pass] [YANICK/Dancer2-Session-Sereal-0.002.tar.gz] [amd64-netbsd-thread-multi] [perl-v5.12.3] [2cc178e4-65f8-11e6-ab41-c893a58a4b8c] [2016-08-19T10:32:05Z]
[2016-08-19T10:32:00Z] [Andreas J. König (ANDK)] [pass] [MANWAR/Map-Tube-Tokyo-0.24.tar.gz] [x86_64-linux-ld] [perl-v5.20.3] [29801136-65f8-11e6-b9b1-606458b9f28c] [2016-08-19T10:32:00Z]
[2016-08-19T10:31:58Z] [Chris Williams (BINGOS)] [pass] [ROBN/Net-OpenID-Server-1.09.tar.gz] [x86_64-gnukfreebsd-thread-multi] [perl-v5.12.2] [28a31a42-65f8-11e6-ab41-c893a58a4b8c] [2016-08-19T10:31:58Z]
[2016-08-19T10:31:51Z] [Andreas J. König (ANDK)] [pass] [MANWAR/Map-Tube-Tokyo-0.24.tar.gz] [x86_64-linux-ld] [perl-v5.22.0] [23f141cc-65f8-11e6-85a6-a76358b9f28c] [2016-08-19T10:31:51Z]
[2016-08-19T10:31:44Z] [Chris Williams (BINGOS)] [pass] [YANICK/Dancer2-Session-Cookie-0.007.tar.gz] [amd64-netbsd-thread-multi] [perl-v5.12.3] [20449894-65f8-11e6-ab41-c893a58a4b8c] [2016-08-19T10:31:44Z]
[2016-08-19T10:31:42Z] [Andreas J. König (ANDK)] [pass] [MANWAR/Map-Tube-Tokyo-0.24.tar.gz] [x86_64-linux-ld] [perl-v5.22.1] [1edfb6b4-65f8-11e6-a3c2-d86258b9f28c] [2016-08-19T10:31:42Z]
[2016-08-19T10:31:40Z] [Nigel Horne] [pass] [SZABGAB/Filesys-DiskUsage-0.09.tar.gz] [armv6l-linux-thread-multi] [perl-v5.18.1] [1de10344-65f8-11e6-b23d-b3ab65995775] [2016-08-19T10:31:40Z]
[2016-08-19T10:31:39Z] [Chris Williams (BINGOS)] [pass] [DAGOLDEN/Session-Storage-Secure-0.010.tar.gz] [amd64-netbsd-thread-multi] [perl-v5.12.3] [1d4aef12-65f8-11e6-ab41-c893a58a4b8c] [2016-08-19T10:31:39Z]
[2016-08-19T10:31:37Z] [gregor herrmann] [pass] [KAILI/Workflow-Wfmc-0.01e.tar.gz] [MSWin32-x86-multi-thread-64int] [perl-v5.24.0] [96483ad0-6c3b-1014-8da4-c40543570578] [2016-08-19T10:31:37Z]
[2016-08-19T10:31:38Z] [Andreas J. König (ANDK)] [pass] [MANWAR/Map-Tube-Tokyo-0.24.tar.gz] [x86_64-linux] [perl-v5.22.1] [1c2dd2de-65f8-11e6-9547-766258b9f28c] [2016-08-19T10:31:38Z]

t/files/01-log.txt  view on Meta::CPAN

[2016-08-19T10:30:05Z] [Chris Williams (BINGOS)] [pass] [YANICK/Dancer2-Session-Sereal-0.002.tar.gz] [i386-freebsd-64int] [perl-v5.18.1] [e4dbe92e-65f7-11e6-8807-814d1da4c10f] [2016-08-19T10:30:05Z]
[2016-08-19T10:30:00Z] [Andreas J. König (ANDK)] [pass] [MANWAR/Map-Tube-Tokyo-0.24.tar.gz] [x86_64-linux-ld] [perl-v5.24.0] [e1f074b4-65f7-11e6-8e5e-42d658b9f28c] [2016-08-19T10:30:00Z]
[2016-08-19T10:29:49Z] [Nigel Horne] [pass] [PERLANCAR/Log-Any-IfLOG-0.08.tar.gz] [i386-freebsd-thread-multi] [perl-v5.10.1] [db6cabb2-65f7-11e6-b23d-b3ab65995775] [2016-08-19T10:29:49Z]
[2016-08-19T10:29:41Z] [Andreas J. König (ANDK)] [fail] [CLKAO/Finance-FITF-0.31.tar.gz] [x86_64-linux] [perl-v5.22.3 RC3] [d6c33446-65f7-11e6-a36f-82d358b9f28c] [2016-08-19T10:29:41Z]
[2016-08-19T10:29:40Z] [Andreas J. König (ANDK)] [pass] [MANWAR/Map-Tube-Tokyo-0.24.tar.gz] [x86_64-linux-thread-multi] [perl-v5.24.0] [d61f3576-65f7-11e6-a36f-82d358b9f28c] [2016-08-19T10:29:40Z]
[2016-08-19T10:29:40Z] [Chris Williams (BINGOS)] [pass] [YANICK/Dancer2-Session-Cookie-0.007.tar.gz] [i386-freebsd-64int] [perl-v5.18.1] [d6273064-65f7-11e6-8807-814d1da4c10f] [2016-08-19T10:29:40Z]
[2016-08-19T10:29:35Z] [Chris Williams (BINGOS)] [pass] [SPOT/Imager-Trim-0.006.tar.gz] [x86_64-gnukfreebsd-thread-multi] [perl-v5.12.2] [d321d374-65f7-11e6-ab41-c893a58a4b8c] [2016-08-19T10:29:35Z]
[2016-08-19T10:29:34Z] [Chris Williams (BINGOS)] [pass] [DAGOLDEN/Session-Storage-Secure-0.010.tar.gz] [i386-freebsd-64int] [perl-v5.18.1] [d2be45fc-65f7-11e6-8807-814d1da4c10f] [2016-08-19T10:29:34Z]
[2016-08-19T10:29:32Z] [Chris Williams (BINGOS)] [pass] [SPOT/Imager-Trim-0.005.tar.gz] [x86_64-gnukfreebsd-thread-multi] [perl-v5.12.2] [d11bb1c6-65f7-11e6-ab41-c893a58a4b8c] [2016-08-19T10:29:32Z]
[2016-08-19T10:29:28Z] [Chris Williams (BINGOS)] [pass] [SPOT/Imager-Trim-0.004.tar.gz] [x86_64-gnukfreebsd-thread-multi] [perl-v5.12.2] [cf0d4f84-65f7-11e6-ab41-c893a58a4b8c] [2016-08-19T10:29:28Z]
[2016-08-19T10:29:28Z] [Chris Williams (BINGOS)] [pass] [RJBS/Number-Tolerant-1.708.tar.gz] [i386-freebsd-64int] [perl-v5.18.1] [cedef8be-65f7-11e6-8807-814d1da4c10f] [2016-08-19T10:29:28Z]

 view all matches for this distribution


CPAN-Testers-WWW-Blog

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - fixed images and css incorrectly pasted from wiki distro
        - revised banner logo image by Jon 'JJ' Allen.

1.01    2011-06-20
        - updates to improve presentation.
        - included a Terms & Conidtions page to meet EU Cookie Directive.
        - updates to diary and user templates for images.
        - updates to templates for usability compliance.
        - fixes for Posted lookups.
        - upgrade to Labyrinth 5.08.
        - upgrade to Labyrinth-Plugin-Core 5.08.

 view all matches for this distribution


CPAN-Testers-WWW-Reports

 view release on metacpan or  search on metacpan

vhost/cgi-bin/templates/cpan/prefs.html  view on Meta::CPAN


  <h2>Default Preferences</h2>
  <p>Below you can select your favourite options that will be permanently
	saved in your browser's cookie cache. These will then be loaded by
	default when you view any page on the CPAN Testers Reports website
	(providing you enable Cookies and Javascript).</p>

	<table>
	<tr><td>Grade:</td>
	    <td><select id="grade_pref" name="grade">
		    <option value="0">All Reports</option>

 view all matches for this distribution


CPAN-Testers-WWW-Statistics

 view release on metacpan or  search on metacpan

t/data/cpanstats-test.json  view on Meta::CPAN

{"test":{"count":{"entries":100,"reports":100,"posters":"182","distros":0},"pass":{"MacPPC":{"5.4.0":{"all":{"Net-Whois":1,"URI":1,"Storable":1,"Mac-Conversions":1,"Digest-MD5":1}}},"PA-RISC1.1":{"5.5.3":{"all":{"DBD-Oracle":1,"Curses":1}},"5.4.4":{"...

 view all matches for this distribution


CPAN-Testers-WWW-Wiki

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.15    2010-01-14
        - added Analysis to site family lists.

0.14    2009-06-12
        - fixed user registration, thanks to Tony Cook for spotting.

0.13    2009-05-17
        - fix to uninitialised $html variable in MLUtils.pm.
        - fixed search box input field in parserules.ini
        - upgrade to Labyrinth v4.16

 view all matches for this distribution


CPAN-WWW-Top100-Retrieve

 view release on metacpan or  search on metacpan

lib/CPAN/WWW/Top100/Retrieve.pm  view on Meta::CPAN

	isa		=> 'Str',
	is		=> 'ro',
	writer		=> '_error',
);

# Taken from Moose::Cookbook::Basics::Recipe5
subtype 'My::Types::URI' => as class_type('URI');

coerce 'My::Types::URI'
	=> from 'Object'
		=> via {

 view all matches for this distribution


CPAN-cpanminus-reporter-RetainReports

 view release on metacpan or  search on metacpan

t/002-make_report.t  view on Meta::CPAN

                  grade         => 'PASS',
                  test_output   => qr/Building and testing HTTP-Daemon-6\.01/s,
            },
        },
        {
            json_title      => 'GAAS.HTTP-Cookies-6.01',
            expected        =>  {
                  author        => 'GAAS',
                  distname      => 'HTTP-Cookies-6.01',
                  dist          => 'HTTP-Cookies',
                  distversion   => '6.01',
                  grade         => 'PASS',
                  test_output   => qr/Building and testing HTTP-Cookies-6\.01/s,
            },
        },
        {
            json_title      => 'MSCHILLI.Net-HTTP-6.07',
            expected        =>  {

 view all matches for this distribution


CPANPLUS-Dist-Arch

 view release on metacpan or  search on metacpan

script/cpan2aur  view on Meta::CPAN

sub _new_login_sid
{
    my ($ua, $username, $passwd) = @_;

    # Get a fresh session ID cookie...
    $ua->cookie_jar( HTTP::Cookies->new() );
    my $resp = $ua->post( AUR_LOGIN_URI,
                          [ user        => $username,
                            passwd      => $passwd,
                            remember_me => 1, # probably not needed
                           ] );

script/cpan2aur  view on Meta::CPAN


    return _scan_aursid($ua);
}

# Params: $sid - Session ID to login the AUR with.
# Returns: A new HTTP::Cookies object with an AUR session ID cookie.
sub _mk_session_cookie
{
    my ($sid) = @_;

    my %cookies = ( COOKIE_NAME() => $sid,
                    AURLANG       => 'en', );

    my $cookie_obj = HTTP::Cookies->new();
    for my $name ( keys %cookies ) {
        $cookie_obj->set_cookie( q{}, $name, $cookies{$name},
                                 q{/}, 'aur.archlinux.org' );
    }

script/cpan2aur  view on Meta::CPAN

# Make sure the libwww modules we need are loaded, if not offer to install
# as a package.
sub _load_web_modules
{
    _req_or_install( 'perl-libwww',
                     'LWP::UserAgent', 'HTTP::Cookies' );
    _req_or_install( 'perl-lwp-protocol-https',
                     'LWP::Protocol::https');
}

sub _req

 view all matches for this distribution


CPANPLUS-Dist-Debora

 view release on metacpan or  search on metacpan

lib/CPANPLUS/Dist/Debora/Package/Debian.pm  view on Meta::CPAN

# be built without patches.
my %PACKAGE_NAME_FOR = (
    'ack'                  => 'ack',
    'AcePerl'              => 'libace-perl',
    'AllKnowingDNS'        => 'all-knowing-dns',
    'Apache-AuthCookie'    => 'libapache2-authcookie-perl',
    'Apache-Reload'        => 'libapache2-reload-perl',
    'App-Asciio'           => 'asciio',
    'App-ccdiff'           => 'ccdiff',
    'App-Cleo'             => 'cleo',
    'App-Cme'              => 'cme',

 view all matches for this distribution


CPANPLUS-Dist-Gentoo

 view release on metacpan or  search on metacpan

lib/CPANPLUS/Dist/Gentoo/Maps.pm  view on Meta::CPAN

$version_mismatch{$_} = $default_but_no_strip_2 for qw<
 Net-IMAP-Simple
>;

$version_mismatch{$_} = sub { $insert_dot_every->($_[0], 1) } for qw<
 HTTP-Cookies
 HTTP-Negotiate
>;

$version_mismatch{$_} = sub { $insert_dot_every->($_[0], 3) } for qw<
 POE-Component-IKC

 view all matches for this distribution


CPANPLUS

 view release on metacpan or  search on metacpan

inc/bundle/HTTP/Tiny.pm  view on Meta::CPAN

#pod
#pod =for :list
#pod * C<agent> — A user-agent string (defaults to 'HTTP-Tiny/$VERSION'). If
#pod   C<agent> — ends in a space character, the default user-agent string is
#pod   appended.
#pod * C<cookie_jar> — An instance of L<HTTP::CookieJar> — or equivalent class
#pod   that supports the C<add> and C<cookie_header> methods
#pod * C<default_headers> — A hashref of default headers to apply to requests
#pod * C<local_address> — The local IP address to bind to
#pod * C<keep_alive> — Whether to reuse the last connection (if for the same
#pod   scheme, host and port) (defaults to 1)

inc/bundle/HTTP/Tiny.pm  view on Meta::CPAN

sub _validate_cookie_jar {
    my ($class, $jar) = @_;

    # duck typing
    for my $method ( qw/add cookie_header/ ) {
        _croak(qq/Cookie jar must provide the '$method' method\n/)
            unless ref($jar) && ref($jar)->can($method);
    }

    return;
}

inc/bundle/HTTP/Tiny.pm  view on Meta::CPAN

  Max-Forwards Pragma Proxy-Authorization Range Referer TE Trailer
  Transfer-Encoding Upgrade User-Agent Via
);

my @other_request_headers = qw(
  Content-Encoding Content-MD5 Content-Type Cookie DNT Date Origin
  X-XSS-Protection
);

my %HeaderCase = map { lc($_) => $_ } @rfc_request_headers, @other_request_headers;

inc/bundle/HTTP/Tiny.pm  view on Meta::CPAN

proxies and redirection.  It also correctly resumes after EINTR.

If L<IO::Socket::IP> 0.25 or later is installed, HTTP::Tiny will use it instead
of L<IO::Socket::INET> for transparent support for both IPv4 and IPv6.

Cookie support requires L<HTTP::CookieJar> or an equivalent class.

=head1 METHODS

=head2 new

inc/bundle/HTTP/Tiny.pm  view on Meta::CPAN


C<agent> — A user-agent string (defaults to 'HTTP-Tiny/$VERSION'). If C<agent> — ends in a space character, the default user-agent string is appended.

=item *

C<cookie_jar> — An instance of L<HTTP::CookieJar> — or equivalent class that supports the C<add> and C<cookie_header> methods

=item *

C<default_headers> — A hashref of default headers to apply to requests

inc/bundle/HTTP/Tiny.pm  view on Meta::CPAN


=back

=head1 CONTRIBUTORS

=for stopwords Alan Gardner Alessandro Ghedini A. Sinan Unur Brad Gilbert brian m. carlson Chris Nehren Weyl Claes Jakobsson Clinton Gormley Craig Berry David Golden Mitchell Dean Pearce Edward Zborowski Felipe Gasper Graham Knop Greg Kennedy James E...

=over 4

=item *

inc/bundle/HTTP/Tiny.pm  view on Meta::CPAN


Tom Hukins <tom@eborcom.com>

=item *

Tony Cook <tony@develop-help.com>

=item *

Xavier Guimard <yadd@debian.org>

 view all matches for this distribution


CPANSA-DB

 view release on metacpan or  search on metacpan

cpan-security-advisory.json  view on Meta::CPAN

{"meta":{"generator":"util/generate","repo":"https://github.com/briandfoy/cpan-security-advisory.git","date":"Tue Jun 17 23:20:10 2025","commit":"c4ad860d9c66a9f741fa520a4472eac57693609c","epoch":1750202410},"dists":{"App-Context":{"versions":[{"date...

 view all matches for this distribution


CPANfile-Parse-PPI

 view release on metacpan or  search on metacpan

t/syntax/recommends.t  view on Meta::CPAN

    },
    {
        'stage' => '',
        'mirror' => 'http://cpan.cpantesters.org/',
        'type' => 'recommends',
        'name' => 'Cookie::Baker',
        'dist' => 'KAZEBURO/Cookie-Baker-0.08.tar.gz',
        'version' => '',
        'feature' => '',
    },
    {
        'name' => 'Try::Tiny',

t/syntax/recommends.t  view on Meta::CPAN

# omit version specifier
recommends 'Hash::MultiValue',
  dist => "MIYAGAWA/Hash-MultiValue-0.15.tar.gz";
 
# use dist + mirror
recommends 'Cookie::Baker',
  dist => "KAZEBURO/Cookie-Baker-0.08.tar.gz",
  mirror => "http://cpan.cpantesters.org/";
 
# use the full URL
recommends 'Try::Tiny', 0.28,
  url => "http://backpan.perl.org/authors/id/E/ET/ETHER/Try-Tiny-0.28.tar.gz";

 view all matches for this distribution


CSAF

 view release on metacpan or  search on metacpan

lib/CSAF/Util/CWE.pm  view on Meta::CPAN

    'CWE-309' => q"Use of Password System for Primary Authentication",
    'CWE-311' => q"Missing Encryption of Sensitive Data",
    'CWE-312' => q"Cleartext Storage of Sensitive Information",
    'CWE-313' => q"Cleartext Storage in a File or on Disk",
    'CWE-314' => q"Cleartext Storage in the Registry",
    'CWE-315' => q"Cleartext Storage of Sensitive Information in a Cookie",
    'CWE-316' => q"Cleartext Storage of Sensitive Information in Memory",
    'CWE-317' => q"Cleartext Storage of Sensitive Information in GUI",
    'CWE-318' => q"Cleartext Storage of Sensitive Information in Executable",
    'CWE-319' => q"Cleartext Transmission of Sensitive Information",
    'CWE-321' => q"Use of Hard-coded Cryptographic Key",

lib/CSAF/Util/CWE.pm  view on Meta::CPAN

    'CWE-534' => q"DEPRECATED: Information Exposure Through Debug Log Files",
    'CWE-535' => q"Exposure of Information Through Shell Error Message",
    'CWE-536' => q"Servlet Runtime Error Message Containing Sensitive Information",
    'CWE-537' => q"Java Runtime Error Message Containing Sensitive Information",
    'CWE-538' => q"Insertion of Sensitive Information into Externally-Accessible File or Directory",
    'CWE-539' => q"Use of Persistent Cookies Containing Sensitive Information",
    'CWE-540' => q"Inclusion of Sensitive Information in Source Code",
    'CWE-541' => q"Inclusion of Sensitive Information in an Include File",
    'CWE-542' => q"DEPRECATED: Information Exposure Through Cleanup Log Files",
    'CWE-543' => q"Use of Singleton Pattern Without Synchronization in a Multithreaded Context",
    'CWE-544' => q"Missing Standardized Error Handling Mechanism",

lib/CSAF/Util/CWE.pm  view on Meta::CPAN

    'CWE-560' => q"Use of umask() with chmod-style Argument",
    'CWE-561' => q"Dead Code",
    'CWE-562' => q"Return of Stack Variable Address",
    'CWE-563' => q"Assignment to Variable without Use",
    'CWE-564' => q"SQL Injection: Hibernate",
    'CWE-565' => q"Reliance on Cookies without Validation and Integrity Checking",
    'CWE-566' => q"Authorization Bypass Through User-Controlled SQL Primary Key",
    'CWE-567' => q"Unsynchronized Access to Shared Data in a Multithreaded Context",
    'CWE-568' => q"finalize() Method Without super.finalize()",
    'CWE-570' => q"Expression is Always False",
    'CWE-571' => q"Expression is Always True",

lib/CSAF/Util/CWE.pm  view on Meta::CPAN

    'CWE-609' => q"Double-Checked Locking",
    'CWE-610' => q"Externally Controlled Reference to a Resource in Another Sphere",
    'CWE-611' => q"Improper Restriction of XML External Entity Reference",
    'CWE-612' => q"Improper Authorization of Index Containing Sensitive Information",
    'CWE-613' => q"Insufficient Session Expiration",
    'CWE-614' => q"Sensitive Cookie in HTTPS Session Without 'Secure' Attribute",
    'CWE-615' => q"Inclusion of Sensitive Information in Source Code Comments",
    'CWE-616' => q"Incomplete Identification of Uploaded File Variables (PHP)",
    'CWE-617' => q"Reachable Assertion",
    'CWE-618' => q"Exposed Unsafe ActiveX Method",
    'CWE-619' => q"Dangling Database Cursor ('Cursor Injection')",

lib/CSAF/Util/CWE.pm  view on Meta::CPAN

    'CWE-779' => q"Logging of Excessive Data",
    'CWE-780' => q"Use of RSA Algorithm without OAEP",
    'CWE-781' => q"Improper Address Validation in IOCTL with METHOD_NEITHER I/O Control Code",
    'CWE-782' => q"Exposed IOCTL with Insufficient Access Control",
    'CWE-783' => q"Operator Precedence Logic Error",
    'CWE-784' => q"Reliance on Cookies without Validation and Integrity Checking in a Security Decision",
    'CWE-785' => q"Use of Path Manipulation Function without Maximum-sized Buffer",
    'CWE-786' => q"Access of Memory Location Before Start of Buffer",
    'CWE-787' => q"Out-of-bounds Write",
    'CWE-788' => q"Access of Memory Location After End of Buffer",
    'CWE-789' => q"Memory Allocation with Excessive Size Value",

lib/CSAF/Util/CWE.pm  view on Meta::CPAN

    'CWE-939'  => q"Improper Authorization in Handler for Custom URL Scheme",
    'CWE-940'  => q"Improper Verification of Source of a Communication Channel",
    'CWE-941'  => q"Incorrectly Specified Destination in a Communication Channel",
    'CWE-942'  => q"Permissive Cross-domain Policy with Untrusted Domains",
    'CWE-943'  => q"Improper Neutralization of Special Elements in Data Query Logic",
    'CWE-1004' => q"Sensitive Cookie Without 'HttpOnly' Flag",
    'CWE-1007' => q"Insufficient Visual Distinction of Homoglyphs Presented to User",
    'CWE-1021' => q"Improper Restriction of Rendered UI Layers or Frames",
    'CWE-1022' => q"Use of Web Link to Untrusted Target with window.opener Access",
    'CWE-1023' => q"Incomplete Comparison with Missing Factors",
    'CWE-1024' => q"Comparison of Incompatible Types",

lib/CSAF/Util/CWE.pm  view on Meta::CPAN

    'CWE-1270' => q"Generation of Incorrect Security Tokens",
    'CWE-1271' => q"Uninitialized Value on Reset for Registers Holding Security Settings",
    'CWE-1272' => q"Sensitive Information Uncleared Before Debug/Power State Transition",
    'CWE-1273' => q"Device Unlock Credential Sharing",
    'CWE-1274' => q"Improper Access Control for Volatile Memory Containing Boot Code",
    'CWE-1275' => q"Sensitive Cookie with Improper SameSite Attribute",
    'CWE-1276' => q"Hardware Child Block Incorrectly Connected to Parent System",
    'CWE-1277' => q"Firmware Not Updateable",
    'CWE-1278' =>
        "Missing Protection Against Hardware Reverse Engineering Using Integrated Circuit (IC) Imaging Techniques",
    'CWE-1279' => q"Cryptographic Operations are run Before Supporting Units are Ready",

 view all matches for this distribution


CSS-Croco

 view release on metacpan or  search on metacpan

Debian_CPANTS.txt  view on Meta::CPAN

"libcddb-perl", "CDDB", "1.21", "0", "0"
"libcdk-perl", "ftp://invisible-island.net/cdk/cdk-perl-20031210.tgz", "4.9.10", "0", "0"
"libcgi-ajax-perl", "CGI-Ajax", "0.707", "0", "0"
"libcgi-application-perl", "CGI-Application", "4.31", "0", "0"
"libcgi-application-server-perl", "CGI-Application-Server", "0.061", "0", "0"
"libcgi-cookie-splitter-perl", "CGI-Cookie-Splitter", "0.02", "1", "0"
"libcgi-formalware-perl", "CGI-Formalware", "1.13", "0", "0"
"libcgi-formbuilder-source-yaml-perl", "CGI-FormBuilder-Source-YAML", "1.0.8", "0", "0"
"libcgi-pm-perl", "CGI.pm", "3.48", "0", "0"
"libcgi-session-expiresessions-perl", "CGI-Session-ExpireSessions", "1.09", "1", "0"
"libcgi-session-perl", "CGI-Session", "4.41", "1", "0"

 view all matches for this distribution


CallBackery

 view release on metacpan or  search on metacpan

lib/CallBackery/Controller/RpcService.pm  view on Meta::CPAN

    getUserConfig => 2,
    getPluginConfig => 3,
    validatePluginData => 3,
    processPluginData => 3,
    getPluginData => 3,
    getSessionCookie => 2
);

has config => sub ($self) {
    $self->app->config;
}, weak => 1;

lib/CallBackery/Controller/RpcService.pm  view on Meta::CPAN


sub ping {
    return 'pong';
}

=head2 getSessionCookie()

Return a timeestamped session cookie. For use in the X-Session-Cookie header or as a xsc field
in form submissions. Note that session cookies for form submissions are only valid for 2 seconds.
So you have to get a fresh one from the server before submitting your form.

=cut

sub getSessionCookie {
    shift->user->makeSessionCookie();
}

=head2 getConfig()

get some gloabal configuration information into the interface

lib/CallBackery/Controller/RpcService.pm  view on Meta::CPAN

    my $password = shift;
    my $cfg = $self->config->cfgHash->{BACKEND};
    if (my $ok =
        await $self->config->promisify($self->user->login($login,$password))){
        return {
            sessionCookie => $self->user->makeSessionCookie()
        }
    } else {
        return;
    }
}

 view all matches for this distribution


Captive-Portal

 view release on metacpan or  search on metacpan

etc/config.pl  view on Meta::CPAN

            de => 'Admin-Passwort ist falsch',
        },

        msg_006 => {
            en => 'Idle-session reestablished due to valid cookie.',
            de => 'Abgelaufene Sitzung durch gültiges Cookie erneuert.',
        },

        msg_007 => {
            en => 'SECURITY ALERT: Please contact your helpdesk!',
            de => 'SICHERHEITSALARM: Bitte kontaktieren Sie den Helpdesk!',

 view all matches for this distribution


Carmel

 view release on metacpan or  search on metacpan

xt/cli/subdep_clobbers_root.t  view on Meta::CPAN


subtest 'sub dependencies clobbers root requirements' => sub {
    my $app = cli();

    $app->write_cpanfile(<<EOF);
requires 'Cookie::Baker';
requires 'URI';
EOF

    $app->run_ok("install");

 view all matches for this distribution


Carrot

 view release on metacpan or  search on metacpan

lib/Carrot/Personality/Valued/Internet/Protocol/HTTP/Header/Data/Cookie.pm  view on Meta::CPAN

package Carrot::Personality::Valued::Internet::Protocol::HTTP::Header::Data::Cookie
# /type class
# /attribute_type ::Many_Declared::Ordered
# //parent_classes
#	::Personality::Valued::Internet::Protocol::HTTP::
#		::Header_Lines::_Cookies
#		::URL_Encoding
# /capability ""
{
	use strict;
	use warnings 'FATAL' => 'all';

 view all matches for this distribution


Carton

 view release on metacpan or  search on metacpan

xt/mirror/modules/02packages.details.txt  view on Meta::CPAN

Last-Updated: Wed Jun 29 22:54:55 2011

CGI                                    3.55  M/MA/MARKSTOS/CGI.pm-3.55.tar.gz
CGI::Apache                            1.01  M/MA/MARKSTOS/CGI.pm-3.55.tar.gz
CGI::Carp                              3.51  M/MA/MARKSTOS/CGI.pm-3.55.tar.gz
CGI::Cookie                            1.30  M/MA/MARKSTOS/CGI.pm-3.55.tar.gz
CGI::Fast                              1.08  M/MA/MARKSTOS/CGI.pm-3.55.tar.gz
CGI::Pretty                            3.46  M/MA/MARKSTOS/CGI.pm-3.55.tar.gz
CGI::Push                              1.05  M/MA/MARKSTOS/CGI.pm-3.55.tar.gz
CGI::Switch                            1.01  M/MA/MARKSTOS/CGI.pm-3.55.tar.gz
CGI::Util                              3.53  M/MA/MARKSTOS/CGI.pm-3.55.tar.gz

 view all matches for this distribution


Catalyst-Action-Wizard

 view release on metacpan or  search on metacpan

t/mechanize/lib/WizardTest/ComplexWizardTestApp.pm  view on Meta::CPAN

use warnings;

use Catalyst qw/
    Session
    Session::Store::Dummy
    Session::State::Cookie
/;

use CatalystX::Wizarded;

__PACKAGE__->setup;

 view all matches for this distribution


Catalyst-ActionRole-ExpiresHeader

 view release on metacpan or  search on metacpan

lib/Catalyst/ActionRole/ExpiresHeader.pm  view on Meta::CPAN

    );

    sub _parse_Expires_attr {
        my ($self, $time) = @_;

        # below code is copied from CGI::Util for compability with CGI::Cookie
        my($offset);
        if (!$time || (lc($time) eq 'now')) {
          $offset = 0;
        } elsif ($time=~/^\d+/) {
          return $time;

 view all matches for this distribution


Catalyst-Authentication-AuthTkt

 view release on metacpan or  search on metacpan

t/MyApp/lib/MyApp.pm  view on Meta::CPAN

use Catalyst qw(
    ConfigLoader 
    Static::Simple 
    Authentication
    Session
    Session::State::Cookie
    Session::Store::Dummy   
);

our $VERSION = '0.01';

 view all matches for this distribution



Catalyst-Authentication-Credential-Facebook

 view release on metacpan or  search on metacpan

lib/Catalyst/Authentication/Credential/Facebook.pm  view on Meta::CPAN


 use Catalyst qw/
    Authentication
    Session
    Session::Store::FastMmap
    Session::State::Cookie
	Facebook
 /;
 
 MyApp->config(
     "Plugin::Authentication" => {

 view all matches for this distribution


Catalyst-Authentication-Credential-Flickr

 view release on metacpan or  search on metacpan

lib/Catalyst/Authentication/Credential/Flickr.pm  view on Meta::CPAN


 use Catalyst qw/
    Authentication
    Session
    Session::Store::FastMmap
    Session::State::Cookie
 /;
 
 MyApp->config(
     "Plugin::Authentication" => {
         default_realm => "flickr",

 view all matches for this distribution



( run in 1.062 second using v1.01-cache-2.11-cpan-e9199f4ba4c )