Result:
found 687 distributions and 1334 files matching your query ! ( run in 0.591 )


CPAN-Mini-Inject

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


But, it's more interesting than that. You can load it with C<require>
and call C<arguments> to get the data structure it passes to
C<WriteMakefile>:

	my $package = require '/path/to/Makefile.PL';
	my $arguments = $package->arguments;

Note that C<require>-ing a file makes an entry in C<%INC> for exactly
that name. If you try to C<require> another file with the same name,
even from a different path, C<require> thinks it has already loaded

 view all matches for this distribution


CPAN-PackageDetails

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


But, it's more interesting than that. You can load it with C<require>
and call C<arguments> to get the data structure it passes to
C<WriteMakefile>:

	my $package = require '/path/to/Makefile.PL';
	my $arguments = $package->arguments;

Note that C<require>-ing a file makes an entry in C<%INC> for exactly
that name. If you try to C<require> another file with the same name,
even from a different path, C<require> thinks it has already loaded

 view all matches for this distribution


CPANPLUS

 view release on metacpan or  search on metacpan

inc/bundle/Module/Load/Conditional.pm  view on Meta::CPAN

    }
}

=back

=head2 @list = requires( MODULE );

C<requires> can tell you what other modules a particular module
requires. This is particularly useful when you're intending to write
a module for public release and are listing its prerequisites.

 view all matches for this distribution


CPANSA-DB

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


But, it's more interesting than that. You can load it with C<require>
and call C<arguments> to get the data structure it passes to
C<WriteMakefile>:

	my $package = require '/path/to/Makefile.PL';
	my $arguments = $package->arguments;

Note that C<require>-ing a file makes an entry in C<%INC> for exactly
that name. If you try to C<require> another file with the same name,
even from a different path, C<require> thinks it has already loaded

 view all matches for this distribution


CSS-Sass

 view release on metacpan or  search on metacpan

libsass/posix/getopt.c  view on Meta::CPAN

				optopt = long_options[match].val;
			else
				optopt = 0;
			return (BADARG);
		}
		if (long_options[match].has_arg == required_argument ||
		    long_options[match].has_arg == optional_argument) {
			if (has_equal)
				optarg = has_equal;
			else if (long_options[match].has_arg ==
			    required_argument) {

libsass/posix/getopt.c  view on Meta::CPAN

				 * optional argument doesn't use next nargv
				 */
				optarg = nargv[optind++];
			}
		}
		if ((long_options[match].has_arg == required_argument)
		    && (optarg == NULL)) {
			/*
			 * Missing argument; leading ':' indicates no error
			 * should be generated.
			 */

 view all matches for this distribution


CSVAWK

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

copyright_holder = Bryan McKelvey

[EnsurePrereqsInstalled]
:version = 0.003
build_phase = release
type = requires
type = recommends

[Git::GatherDir]
exclude_filename = Makefile.PL
exclude_filename = LICENSE

 view all matches for this distribution


Carrot

 view release on metacpan or  search on metacpan

lib/Carrot/Modularity/Package/Loader.pm  view on Meta::CPAN

		{
			no strict 'refs';
			*{$pkg_name.'::PERL_FILE_LOADED'} =
				\&Carrot::Meta::Greenhouse::PERL_FILE_LOADED;
		}
		$rv = require($pkg_file);
		# maintain entries in a compatible way
		$MODULES_LOADED{$relative_file} = delete($MODULES_LOADED{$pkg_file});

		return(IS_TRUE);
	} or do {

 view all matches for this distribution


Catalyst-Controller-ElasticSearch

 view release on metacpan or  search on metacpan

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

use JSON;

use base 'Exporter';
our @EXPORT = qw(test_json GET POST encode_json);

my $app = require MyApp;

sub POST {
	my ($target, %args) = @_;
	return HTTP::Request::Common::POST($target, %args, "Content-Type" => "application/json");
}

 view all matches for this distribution


Catalyst-Plugin-DetachIfNotModified

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[RecommendedPrereqs]
[AutoPrereqs]

[EnsurePrereqsInstalled]
:version = 0.003
type = requires
type = recommends

[Prereqs]
Catalyst = 5.90018

[Prereqs / TestRequires]
-phase = test
-relationship = requires
Plack::Middleware::MethodOverride = 0


[GitHub::Meta]
repo = git://github.com/robrwo/Catalyst-Plugin-DetachIfNotModified.git

 view all matches for this distribution


Catalyst-Plugin-Static-File

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[RecommendedPrereqs]
[AutoPrereqs]

[EnsurePrereqsInstalled]
:version = 0.003
type = requires
type = recommends

[Prereqs / BuildRequires ]
-phase = build
-relationship = requires
ExtUtils::MakeMaker = 7.22
Module::Metadata = 1.000015

[Prereqs / Runtime]
-relationship = requires
Catalyst = 5

; This is required by Catalyst, but some test environments don't have it and fail
[Prereqs / TestRequires]
-phase = test
-relationship = requires
Plack::Middleware::MethodOverride = 0

[Prereqs / TestRecommends]
-phase = test
-relationship = recommends

 view all matches for this distribution


Catalyst-Plugin-Statsd

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[RecommendedPrereqs]
[AutoPrereqs]

[EnsurePrereqsInstalled]
:version = 0.003
type = requires
type = recommends

[Prereqs]
Catalyst =  5.90123
Plack::Middleware::Statsd = v0.6.0

dist.ini  view on Meta::CPAN

[InstallGuide]


[Prereqs / TestRequires ]
-phase = test
-relationship = requires
Net::Statsd::Tiny = v0.3.0
Plack::Middleware::MethodOverride = 0

; authordep Pod::Weaver::Plugin::AppendPrepend
; authordep Pod::Weaver::Section::Contributors

 view all matches for this distribution


Catalyst-Runtime

 view release on metacpan or  search on metacpan

t/aggregate/psgi_file.t  view on Meta::CPAN


ok $? == 0, '.psgi compiles'
  or diag $output;

# NOTE - YOU *CANNOT* do something like:
#my $psgi_ref = require $path;
# otherwise this test passes!
# I don't exactly know why that is yet, however, to be safe for future, that
# is why this test writes out its own .psgi file in a temp directory - so that that
# path has never been require'd before, and will never be require'd again..

 view all matches for this distribution


Catalyst-TraitFor-Request-Methods

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

remove = Catalyst::Controller


[EnsurePrereqsInstalled]
:version = 0.003
type = requires
type = recommends

[GitHub::Meta]
repo = git@github.com:robrwo/Catalyst-TraitFor-Request-Methods-.git

dist.ini  view on Meta::CPAN

[Prereqs]
Catalyst = 5.90090

[Prereqs / TestRequires ]
-phase = test
-relationship = requires
Plack::Middleware::MethodOverride = 0

; authordep Pod::Weaver::Plugin::AppendPrepend
; authordep Pod::Weaver::Section::Contributors
; authordep Pod::Weaver::Section::SourceGitHub

 view all matches for this distribution


Catalyst-View-EmbeddedPerl-PerRequest

 view release on metacpan or  search on metacpan

lib/Catalyst/View/EmbeddedPerl/PerRequest.pm  view on Meta::CPAN


    required($required)

Returns a C<required> attribute string.  Example usage:

    <input type="text" <%= required($required) %> />

=head2 href

    href(@href_parts)

 view all matches for this distribution


CatalystX-Test-MockContext

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[Prereqs]
Catalyst = 0 ; This is not picked up by AutoPrereqs

[Prereqs / BuildRequires ]
-phase = build
-relationship = requires
ExtUtils::MakeMaker = 7.22
Module::Metadata = 1.000015

[EnsurePrereqsInstalled]
:version = 0.003
type = requires
type = recommends

; authordep Test::Warnings

; authordep Pod::Weaver::Plugin::AppendPrepend

 view all matches for this distribution


Catmandu-Fix-cmd

 view release on metacpan or  search on metacpan

examples/catjson.lua  view on Meta::CPAN

#!/usr/bin/env lua
-- requires dkjson http://chiselapp.com/user/dhkolf/repository/dkjson/home
local json = require ("dkjson")

for line in io.lines() do
    local obj, pos, err = json.decode(line, 1, nil)
    print(json.encode(obj))
end

 view all matches for this distribution


Catmandu-Solr

 view release on metacpan or  search on metacpan

lib/Catmandu/Store/Solr/CQL.pm  view on Meta::CPAN

                #change term using callbacks
                if (ref $op && $op->{cb}) {
                    my ($pkg, $sub) = @{$op->{cb}};
                    $self->log->debug(
                        "term '$term' changed to ${pkg}->${sub}");
                    $term = require_package($pkg)->$sub($term);
                }
                elsif ($q_mapping->{cb}) {
                    my ($pkg, $sub) = @{$q_mapping->{cb}};
                    $self->log->debug(
                        "term '$term' changed to ${pkg}->${sub}");
                    $term = require_package($pkg)->$sub($term);
                }

            }

        }

 view all matches for this distribution


Catmandu-Store-Elasticsearch

 view release on metacpan or  search on metacpan

lib/Catmandu/Store/ElasticSearch/CQL.pm  view on Meta::CPAN

                if ($filter eq 'lowercase') {$term = lc $term;}
            }
        }
        if (ref $op && $op->{cb}) {
            my ($pkg, $sub) = @{$op->{cb}};
            $term = require_package($pkg)->$sub($term);
        }
        elsif ($mapping->{cb}) {
            my ($pkg, $sub) = @{$mapping->{cb}};
            $term = require_package($pkg)->$sub($term);
        }

        $nested = $mapping->{nested};
    }

 view all matches for this distribution


Catmandu-Store-MongoDB

 view release on metacpan or  search on metacpan

lib/Catmandu/Store/MongoDB/CQL.pm  view on Meta::CPAN

            }

            #change term using callbacks
            if (ref $op && $op->{cb}) {
                my ($pkg, $sub) = @{$op->{cb}};
                $term = require_package($pkg)->$sub($term);
            }
            elsif ($q_mapping->{cb}) {
                my ($pkg, $sub) = @{$q_mapping->{cb}};
                $term = require_package($pkg)->$sub($term);
            }
        }

        #field search
        my $unmasked

 view all matches for this distribution


Catmandu-Store-OpenSearch

 view release on metacpan or  search on metacpan

lib/Catmandu/Store/OpenSearch/CQL.pm  view on Meta::CPAN

                if ($filter eq 'lowercase') {$term = lc $term;}
            }
        }
        if (ref $op && $op->{cb}) {
            my ($pkg, $sub) = @{$op->{cb}};
            $term = require_package($pkg)->$sub($term);
        }
        elsif ($mapping->{cb}) {
            my ($pkg, $sub) = @{$mapping->{cb}};
            $term = require_package($pkg)->$sub($term);
        }

        $nested = $mapping->{nested};
    }

 view all matches for this distribution


Catmandu

 view release on metacpan or  search on metacpan

lib/Catmandu/Cmd/run.pm  view on Meta::CPAN


sub command {
    my ($self, $opts, $args) = @_;

    if (defined $opts->{i} || !defined $args->[0]) {
        my $pkg = require_package('Catmandu::Interactive');
        my $app = Catmandu::Interactive->new();
        $app->run();
    }
    else {
        my $fix_file = $args->[0];

 view all matches for this distribution


Cave-Wrapper

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

;version_rel_month = 12
;version_rel_day   = 11
;version_rel_hour  = 19
;version_rel_time_zone = Pacific/Auckland
-phase = develop
-relationship = requires
Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes = 0.004002
Dist::Zilla::Plugin::Author::KENTNL::TravisCI = 0.001002
Dist::Zilla::Plugin::Authority = 1.006
Dist::Zilla::Plugin::AutoPrereqs = 0
Dist::Zilla::Plugin::BumpVersionAfterRelease = 0

 view all matches for this distribution


Cfn

 view release on metacpan or  search on metacpan

t/001_parse/lamba_function.res  view on Meta::CPAN

{
  "Type": "AWS::Lambda::Function",
  "Properties": {
    "Code": {
      "ZipFile":  {"Fn::Join": ["\n", [
        "var aws  = require('aws-sdk');",
        "var config = new aws.ConfigService();",
        "var ec2 = new aws.EC2();",

        "exports.handler = function(event, context) {",
        "    compliance = evaluateCompliance(event, function(compliance, event) {",

 view all matches for this distribution


Chart-ECharts

 view release on metacpan or  search on metacpan

share/render.cjs  view on Meta::CPAN

#!/usr/bin/env node

'use strict';

const { createCanvas } = require('canvas');
const echarts = require('echarts');

const { writeFile } = require('node:fs');
const { parseArgs } = require('node:util');

const args = parseArgs({
    options: {
        format: {
            type: "string",

 view all matches for this distribution


Chart-Plotly

 view release on metacpan or  search on metacpan

share/plotly.js/plotly.min.js  view on Meta::CPAN

 * The buffer module from node.js, for the browser.
 *
 * @author   Feross Aboukhadijeh <https://feross.org>
 * @license  MIT
 */
"use strict";var e=t("base64-js"),n=t("ieee754");r.Buffer=a,r.SlowBuffer=function(t){+t!=t&&(t=0);return a.alloc(+t)},r.INSPECT_MAX_BYTES=50;function i(t){if(t>2147483647)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=ne...
/*!
 * Determine if an object is a Buffer
 *
 * @author   Feross Aboukhadijeh <https://feross.org>
 * @license  MIT

 view all matches for this distribution


Chemistry-Elements

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


But, it's more interesting than that. You can load it with C<require>
and call C<arguments> to get the data structure it passes to
C<WriteMakefile>:

	my $package = require '/path/to/Makefile.PL';
	my $arguments = $package->arguments;

Note that C<require>-ing a file makes an entry in C<%INC> for exactly
that name. If you try to C<require> another file with the same name,
even from a different path, C<require> thinks it has already loaded

 view all matches for this distribution


Citrix

 view release on metacpan or  search on metacpan

Citrix.pm  view on Meta::CPAN

# Load Farm Configuration
sub loadconfig {
   my ($fname) = @_;
   if ($farms && @$farms) {return($farms);}
   eval {
     $farms = require($fname);
   };
   if ($@) {die("No Farms Cached or config file found: $!\n");}
   return($farms);
}

 view all matches for this distribution


Class-DBI-ClassGenerator

 view release on metacpan or  search on metacpan

t/basics.t  view on Meta::CPAN

# $Id: basics.t,v 1.9 2009-02-10 15:08:12 cantrelld Exp $

use strict;
use warnings;

my $dbfile = require 't/sqlite_create_db.pl';
END { unlink $dbfile; }

use Test::More tests => 20;
use File::Temp;
use File::Spec;

 view all matches for this distribution


Class-Method-Cache-FastMmap

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

remove = warnings
remove = base

[EnsurePrereqsInstalled]
:version = 0.003
type = requires
type = recommends

[GitHub::Meta]
repo = git://github.com/robrwo/Class-Method-Cache-FastMmap.git

 view all matches for this distribution


Class-Plain

 view release on metacpan or  search on metacpan

hax/make_argcheck_ops.c.inc  view on Meta::CPAN

#endif

#define make_argcheck_ops(required, optional, slurpy, subname)  S_make_argcheck_ops(aTHX_ required, optional, slurpy, subname)
static OP *S_make_argcheck_ops(pTHX_ int required, int optional, char slurpy, SV *subname)
{
  int params = required + optional;

#ifdef HAVE_OP_ARGCHECK
  UNOP_AUX_item *aux = make_argcheck_aux(params, optional, slurpy);

  return op_prepend_elem(OP_LINESEQ, newSTATEOP(0, NULL, NULL),

hax/make_argcheck_ops.c.inc  view on Meta::CPAN


  OP *ret = NULL;

  if(required > 0) {
    SV *message = newSVpvf("Too few arguments for subroutine '%" SVf "'", subname);
    /* @_ >= required or die ... */
    OP *checkop = 
      newSTATEOP(0, NULL,
        newLOGOP(OP_OR, 0,
          newBINOP(OP_GE, 0,
            /* scalar @_ */

 view all matches for this distribution


( run in 0.591 second using v1.01-cache-2.11-cpan-0d8aa00de5b )