Result:
found 335 distributions and 444 files matching your query ! ( run in 2.885 )


BSON-XS

 view release on metacpan or  search on metacpan

inc/BSONConfig.pm  view on Meta::CPAN


    # check for big-endian
    my $endianess = $Config{byteorder};
    if ( $endianess == 4321 || $endianess == 87654321 ) {
        $ccflags .= " -DMONGO_BIG_ENDIAN=1 ";
        if ( $] lt '5.010' ) {
            die "OS unsupported: Perl 5.10 or greater is required for big-endian platforms";
        }
    }

    # needed to compile bson library

 view all matches for this distribution


Badge-Simple

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

				},
			},
		},
	},
	EXE_FILES => [
		( $] ge '5.008' ? 'bin/badge' : () ),
	],
	CONFIGURE_REQUIRES => {
		'ExtUtils::MakeMaker'    => '6.64',
		'Imager'                 => '1.000',
	},

 view all matches for this distribution


Benchmark-Featureset-LocaleCountry

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile
(
	($] ge '5.005') ?
	(
	AUTHOR   => 'Ron Savage (ron@savage.net.au)',
	ABSTRACT => 'Compare Locale::Codes, Locale::Country::Multilingual, WWW::Scraper::Wikipedia::ISO3166, etc',
	) : (),
	clean =>

 view all matches for this distribution


Benchmark-Featureset-SetOps

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

my(%params) =
(
	($] ge '5.005') ?
	(
		AUTHOR   => 'Ron Savage (ron@savage.net.au)',
		ABSTRACT => 'Compare various array/set handling modules',
	) : (),
	clean =>

 view all matches for this distribution


Benchmark-Featureset-StopwordLists

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

my(%params) =
(
	($] ge '5.005') ?
	(
	AUTHOR   => 'Ron Savage (ron@savage.net.au)',
	ABSTRACT => 'Compare various stopword list modules',
	) : (),
	clean =>

 view all matches for this distribution


Benchmark-Harness-Graph

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

WriteMakefile(
    'NAME'	=> 'Benchmark::Harness::Graph',
    'VERSION_FROM' => 'Graph.pm', # finds $VERSION
    # test.pl uses this hash, also, to poll all modules we depend on
    'PREREQ_PM' => $prereq_pm,
    ($] ge '5.005') ? (
                     'AUTHOR' => 'Glenn Wood http://search.cpan.org/search?mode=author&query=GLENNWOOD',
                     'ABSTRACT' => 'Graph and profile utilities for Benchmark::Harness',
                    ) : (),
);

 view all matches for this distribution


Benchmark-Harness

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


WriteMakefile(
    'NAME'	=> 'Benchmark::Harness',
    'VERSION' => '1.12',
    'PREREQ_PM' => $prereq_pm,
    ($] ge '5.005') ? (
                     'AUTHOR' => 'Glenn Wood http://search.cpan.org/~glennwood/',
                     'ABSTRACT' => 'Test/Profile harness for general purpose peeking',
                    ) : (),
);

 view all matches for this distribution


Builtin-Logged

 view release on metacpan or  search on metacpan

t/01-basics.t  view on Meta::CPAN

    ok(!defined($res));
    ok($?);

    diag "Executing `$rand`";
    $res = `$rand`;
    if ($] lt "5.020") {
        # in perl < v5.20, res is an empty string [CT]
        ok(!defined($res) || $res eq '') or diag "res=", explain($res);
    } else {
        ok(!defined($res)) or diag "res=", explain($res);
        ok($?);

 view all matches for this distribution


Business-AU-Ledger

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile
(
 ($] ge '5.005') ?
 (
  AUTHOR   => 'Ron Savage (ron@savage.net.au)',
  ABSTRACT => 'A simple, web-based, payments/receipts manager',
 ) : (),
 clean =>

 view all matches for this distribution


Business-Cart-Generic

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile
(
 ($] ge '5.005') ?
 (
  AUTHOR   => 'Ron Savage (ron@savage.net.au)',
  ABSTRACT => 'Basic shopping cart',
    ) : (),
 clean =>

 view all matches for this distribution


Business-OnlinePayment-Litle

 view release on metacpan or  search on metacpan

lib/Business/OnlinePayment/Litle.pm  view on Meta::CPAN

    ## END XML Generation

    $self->server_request( $post_data );
    warn $self->server_request if $DEBUG;

    if ( $] ge '5.008' ) {
        # http_post expects data in this format
        utf8::encode($post_data) if utf8::is_utf8($post_data);
    }

    my ( $page, $status_code, %headers ) = $self->https_post( { 'Content-Type' => 'text/xml; charset=utf-8' } , $post_data);

 view all matches for this distribution


Bytes-Random-Secure-Tiny

 view release on metacpan or  search on metacpan

xt/06-meta-yaml.t  view on Meta::CPAN

use strict;
use warnings;

use Test::More;

if( $] lt '5.018000' ) {
  plan skip_all => 'YAML test not avaiable pre-5.18';
 exit(0);
}

if( ! $ENV{RELEASE_TESTING} ) {

 view all matches for this distribution


Bytes-Random-Secure

 view release on metacpan or  search on metacpan

t/06-meta-yaml.t  view on Meta::CPAN

use strict;
use warnings;

use Test::More;

if( $] lt '5.018000' ) {
  plan skip_all =>
    'YAML test not avaiable pre-5.18';
 exit(0);
}

 view all matches for this distribution


CGI-Application-Bouquet-Rose

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

my(%params) =
(
	($] ge '5.005') ?
	(
		AUTHOR   => 'Ron Savage (ron@savage.net.au)',
		ABSTRACT => 'Generate a set of CGI::Application-based classes',
		) : (),
	clean =>

 view all matches for this distribution


CGI-Application-Demo-Ajax

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile
(
	($] ge '5.005') ?
	(
	 AUTHOR   => 'Ron Savage (ron@savage.net.au)',
	 ABSTRACT => 'A search engine using CGI::Application, AJAX and JSON',
    ) : (),
	clean =>

 view all matches for this distribution


CGI-Application-Demo-Basic

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile
(
	($] ge '5.005') ?
	(
		AUTHOR   => 'Ron Savage (ron@savage.net.au)',
		ABSTRACT => 'A CGI::Application demonstration module',
    ) : (),
	clean =>

 view all matches for this distribution


CGI-Application-Demo-Dispatch

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile
(
 ($] ge '5.005') ?
 (
  AUTHOR   => 'Ron Savage (ron@savage.net.au)',
  ABSTRACT => 'A CGI::Application::Dispatch demonstration module',
 ) : (),
 clean =>

 view all matches for this distribution


CGI-Application-Plus

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

; my $pm = 'lib/CGI/Application/Plus.pm'

; WriteMakefile
   ( NAME           => 'CGI::Application::Plus'
   , VERSION_FROM   => $pm
   , ( $] ge '5.005' )
     ? ( AUTHOR     => 'Domizio Demichelis - perl.4pro.net'
       , ABSTRACT_FROM   => $pm
       )
     : ()
   , PREREQ_PM      => { 'Class::constr'     => 2

 view all matches for this distribution


CGI-Application-Util-Diff

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile
(
	($] ge '5.005') ?
	(
		AUTHOR   => 'Ron Savage (ron@savage.net.au)',
		ABSTRACT => 'Diff 2 directories or files, or run other commands',
    ) : (),
	clean =>

 view all matches for this distribution


CGI-Authent

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

    'NAME'	=> 'CGI::Authent',
    'VERSION_FROM' => 'Authent.pm', # finds $VERSION
#    'PM' => {'Authent.config.pl' => '$(INST_LIBDIR)/Authent.config.pl'},
    'NEEDS_LINKING' => 0,
	'dist' => {COMPRESS => 'gzip -9f', SUFFIX => 'gz'},
   ($] ge '5.005')
    ? (
     'AUTHOR' => 'Jan Krynicky (Jenda@Krynicky.cz)',
     'ABSTRACT' => 'Ask for HTTP authentification unless condition holds',
    )
    : (),

 view all matches for this distribution


CGI-Builder-CgiAppAPI

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

; my $pm = 'lib/CGI/Builder/CgiAppAPI.pm'

; WriteMakefile
   ( NAME           => 'CGI::Builder::CgiAppAPI'
   , VERSION_FROM   => $pm
   , ( $] ge '5.005' )
     ? ( AUTHOR        => 'Domizio Demichelis - perl.4pro.net'
       , ABSTRACT_FROM => $pm
       )
     : ()
   , PREREQ_PM      => { 'CGI::Builder'   => 1.3

 view all matches for this distribution


CGI-Builder-DFVCheck

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

; my $pm = 'lib/CGI/Builder/DFVCheck.pm'

; WriteMakefile
   ( NAME           => 'CGI::Builder::DFVCheck'
   , VERSION_FROM   => $pm
   , ( $] ge '5.005' )
     ? ( AUTHOR     => 'Domizio Demichelis - perl.4pro.net'
       , ABSTRACT_FROM => $pm
       )
     : ()
   , PREREQ_PM      => { 'CGI::Builder'        => 1.2

 view all matches for this distribution


CGI-Builder-HTMLtmpl

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

; my $pm = 'lib/CGI/Builder/HTMLtmpl.pm'

; WriteMakefile
   ( NAME           => 'CGI::Builder::HTMLtmpl'
   , VERSION_FROM   => $pm
   , ( $] ge '5.005' )
     ? ( AUTHOR     => 'Domizio Demichelis - perl.4pro.net'
       , ABSTRACT_FROM => $pm
       )
     : ()
   , PREREQ_PM      => { 'CGI::Builder'   => 1.0

 view all matches for this distribution


CGI-Builder-Magic

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

; my $pm = 'lib/CGI/Builder/Magic.pm'

; WriteMakefile
   ( NAME           => 'CGI::Builder::Magic'
   , VERSION_FROM   => $pm
   , ( $] ge '5.005' )
     ? ( AUTHOR         => 'Domizio Demichelis - perl.4pro.net'
       , ABSTRACT_FROM  => $pm
       )
     : ()
   , PREREQ_PM      => { 'CGI::Builder'    => 1.3

 view all matches for this distribution


CGI-Builder-Session

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

; my $pm = 'lib/CGI/Builder/Session.pm'

; WriteMakefile
   ( NAME           => 'CGI::Builder::Session'
   , VERSION_FROM   => $pm
   , ( $] ge '5.005' )
     ? ( AUTHOR     => 'Domizio Demichelis - perl.4pro.net'
       , ABSTRACT_FROM => $pm
       )
     : ()
   , PREREQ_PM      => { 'CGI::Builder'   => 1.2

 view all matches for this distribution


CGI-Builder-TT2

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

my $vers = '0.03';

WriteMakefile(
    NAME      => $dist,
    VERSION   => $vers,
    ( $] ge '5.005' ) ? ( AUTHOR => 'Stefano Rodighiero',
                          ABSTRACT => 'CGI::Builder integration with TT2'
                        )
                      : (),
    PREREQ_PM => { 'CGI::Builder' => '1.12',
                   'Template'     => '2.0',

 view all matches for this distribution


CGI-Builder

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

; my $pm = 'lib/CGI/Builder.pm'

; WriteMakefile
   ( NAME           => 'CGI::Builder'
   , VERSION_FROM   => $pm
   , ( $] ge '5.005' )
     ? ( AUTHOR        => 'Domizio Demichelis - perl.4pro.net'
       , ABSTRACT_FROM => $pm
       )
     : ()
   , PREREQ_PM      => { 'Class::constr'  => 2.1

 view all matches for this distribution


CGI-Deurl

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'CGI::Deurl',
    'VERSION_FROM' => 'Deurl.pm', # finds $VERSION
   ($] ge '5.005')
    ? (
     'AUTHOR' => 'Jan Krynicky (Jenda@Krynicky.cz)',
     'ABSTRACT' => 'Decode the parameters passed to a CGI',
    )
    : ()

 view all matches for this distribution


CGI-Echo

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile
(
	($] ge '5.005') ?
	(
		'AUTHOR' => 'Ron Savage (ron@savage.net.au)',
		'ABSTRACT' => 'Echo form data to test form design',
    ) : (),
	clean			=>

 view all matches for this distribution


CGI-Enurl

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'CGI::Enurl',
    'VERSION_FROM' => 'Enurl.pm', # finds $VERSION
   ($] ge '5.005')
    ? (
     'AUTHOR' => 'Jan Krynicky (Jenda@Krynicky.cz)',
     'ABSTRACT' => 'Encode strings, arrays and hashes so that they may be appended to URLs as queries',
    )
    : ()

 view all matches for this distribution


( run in 2.885 seconds using v1.01-cache-2.11-cpan-a49fcb8fa48 )