Result:
found 697 distributions and 1371 files matching your query ! ( run in 1.083 )


GBrowse

 view release on metacpan or  search on metacpan

bin/report_missing_language_tags.pl  view on Meta::CPAN

# this is just a development tool that I use to find missing language-specific
# tags when I update POSIX.pm

chdir '..' unless -d 'conf';
chdir "conf/languages" or die "Can't cd to languages directory: $!";
my $posix = require "./POSIX.pm";

print "Missing tags:\n";
for my $file (<*.pm>) {
  next if $file =~ /^POSIX/;
  my $contents = require "./$file";
  my @missing = sort grep {!$contents->{$_}} keys %$posix;
  next unless @missing;
  print "$file: @missing\n\n";
}

 view all matches for this distribution


Galileo

 view release on metacpan or  search on metacpan

lib/Galileo/files/public/assets/pagedown/Markdown.Sanitizer.js  view on Meta::CPAN

(function () {
    var output, Converter;
    if (typeof exports === "object" && typeof require === "function") { // we're in a CommonJS (e.g. Node.js) module
        output = exports;
        Converter = require("./Markdown.Converter").Converter;
    } else {
        output = window.Markdown;
        Converter = output.Converter;
    }
        

 view all matches for this distribution


Game-CharacterSheetGenerator

 view release on metacpan or  search on metacpan

script/character-sheet-generator  view on Meta::CPAN


=cut

use FindBin;
use lib "$FindBin::Bin/../lib";
my $res = require Game::CharacterSheetGenerator
    or not defined $res and die "Cannot load Game::CharacterSheetGenerator: $!"
    or not $res and die "Game::CharacterSheetGenerator did not return a true value\n";

 view all matches for this distribution


Game-FaceGenerator

 view release on metacpan or  search on metacpan

script/face-generator  view on Meta::CPAN


=cut

use FindBin;
use lib "$FindBin::Bin/../lib";
my $res = require Game::FaceGenerator
    or not defined $res and die "Cannot load Game::FaceGenerator: $!"
    or not $res and die "Game::FaceGenerator did not return a true value\n";

 view all matches for this distribution


Game-TextMapper

 view release on metacpan or  search on metacpan

script/text-mapper  view on Meta::CPAN


=cut

use FindBin;
use lib "$FindBin::Bin/../lib";
my $res = require Game::TextMapper
    or not defined $res and die "Cannot load Game::TextMapper: $!"
    or not $res and die "Game::TextMapper did not return a true value\n";

 view all matches for this distribution


Gantry

 view release on metacpan or  search on metacpan

root/sfbb/form.tt  view on Meta::CPAN

[% BLOCK field %]
    [%- type = dta.type %]
    [%- name = dta.name %]
    [%- missing = view.form.results.missing( "$name" ) %]
    [%- required = dta.optional ? 0 : 1 %]
    [%- required_mark = required ? ' *' : '' %]

    [%- IF type == 'file' %]
        <label id="[% dta.name _ '_label' %]" class="[% required ? 'required' : '' %]"
            for="[% dta.name %]">[% dta.label _ required_mark %]</label>
        <input type="file" name="[% dta.name %]" />

 view all matches for this distribution


Gearman-JobScheduler

 view release on metacpan or  search on metacpan

lib/Gearman/JobScheduler/Worker.pm  view on Meta::CPAN

    	if ($path_or_name =~ /\.pm$/) {
    		# /somewhere/Foo/Bar.pm

    		# Expect the package to return its name so that we'll know how to call it:
    		# http://stackoverflow.com/a/9850017/200603
    		$path_or_name = require $path_or_name;
    		if ($path_or_name . '' eq '1') {
    			LOGDIE("The function package should return __PACKAGE__ at the end of the file instead of just 1.");
    		}
	        $path_or_name->import();
    		1;

 view all matches for this distribution


Generic-Assertions

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN


[RemovePrereqs::Provided / @Author::KENTNL/RemovePrereqs::Provided]

[Prereqs / @Author::KENTNL/::Role::BundleDeps]
-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


Gentoo-MetaEbuild-Spec-Base

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

;version_rel_month = 2
;version_rel_day   = 21
;version_rel_hour  = 18
;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


Gentoo-Overlay-Group

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

; version_rel_day   = 20
; version_rel_hour  = 15
; version_rel_time_zone = Pacific/Auckland
; auto_prereqs_skip = File::Find
-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


Gentoo-Overlay

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN


[RemovePrereqs::Provided / @Author::KENTNL/RemovePrereqs::Provided]

[Prereqs / @Author::KENTNL/::Role::BundleDeps]
-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


Gentoo-PerlMod-Version

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

;version_rel_month = 1
;version_rel_day   = 9
;version_rel_hour  = 22
;version_rel_time_zone = Pacific/Auckland
-phase = develop
-relationship = requires
Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING = 0.001003
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

 view all matches for this distribution


Gentoo-Util-VirtualDepend

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[RemovePrereqs::Provided / @Author::KENTNL/RemovePrereqs::Provided]

[Prereqs / @Author::KENTNL/::Role::BundleDeps]
; auto_prereqs_skip = File::Find
-phase = develop
-relationship = requires
Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING = 0.001003
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

 view all matches for this distribution


Geo-GeoNames

 view release on metacpan or  search on metacpan

lib/Geo/GeoNames.pm  view on Meta::CPAN

	get                                 => 'get?',
	hierarchy                           => 'hierarchy?',
	children                            => 'children?',
	);

#   r   = required
#   o   = optional
#   rc  = required - only one of the fields marked with rc is allowed. At least one must be present
#   om  = optional, multiple entries allowed
#   d   = deprecated - will be removed in later versions
our %valid_parameters = (
	search => {
		'q'    => 'rc',

 view all matches for this distribution


Geo-Hex-V3-XS

 view release on metacpan or  search on metacpan

deps/c-geohex3/author/code2coords/dump.js  view on Meta::CPAN

"use strict";

var fs   = require('mz/fs');
var http = require('http');
var co   = require('co');

var get = function (url) {
  return new Promise(function (resolve, error) {
    http.get(url, function (res) {
      res.setEncoding('utf8');

deps/c-geohex3/author/code2coords/dump.js  view on Meta::CPAN

};

var getGeoHex = co(function *() {
  var window = {};

  var vm = require('vm');
  vm.createContext(window);

  var body = yield get("http://geohex.net/src/script/hex_v3.2_core.js");
  vm.runInContext(body, window);

 view all matches for this distribution


Git-PurePerl-Walker

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

; version_rel_month = 5
; version_rel_day   = 28
; version_rel_hour  = 15
; 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


Git-Raw

 view release on metacpan or  search on metacpan

deps/libgit2/src/cli/opt.c  view on Meta::CPAN

		 * choice.  In that case, keep the required state and
		 * validate at the end of the choice list.
		 */
		if (!spec_is_choice(spec)) {
			if (!given) {
				opt->spec = required;
				opt->status = CLI_OPT_STATUS_MISSING_ARGUMENT;
				break;
			}

			required = NULL;

 view all matches for this distribution


Git-Wrapper-Plus

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

; version_rel_day   = 21
; version_rel_hour  = 5
; version_rel_time_zone = Pacific/Auckland
; auto_prereqs_skip = File::Find
-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


Graphics-ColorNames-HTML

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

remove = warnings
remove = integer

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

[GitHub::Meta]
repo = git://github.com/robrwo/Graphics-ColorNames-HTML.git

 view all matches for this distribution


Graphics-ColorNames-Netscape

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

remove = warnings
remove = integer

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

[GitHub::Meta]
repo = git://github.com/robrwo/Graphics-ColorNames-Netscape.git

 view all matches for this distribution


Graphics-ColorNames-VACCC

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[RecommendedPrereqs]
[AutoPrereqs]

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

[GitHub::Meta]
repo = git://github.com/robrwo/Graphics-ColorNames-VACCC.git

 view all matches for this distribution


Graphics-ColorNames-Werner

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

remove = warnings
remove = integer

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

[GitHub::Meta]
repo = git://github.com/robrwo/Graphics-ColorNames-Werner.git

 view all matches for this distribution


Graphics-ColorNames-Windows

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

remove = warnings
remove = integer

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

[GitHub::Meta]
repo = git://github.com/robrwo/Graphics-ColorNames-Windows.git

 view all matches for this distribution


Graphics-ColorNames

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

remove = Carp
remove = File::Spec::Functions

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

[GitHub::Meta]
repo = git://github.com/robrwo/Graphics-ColorNames.git

 view all matches for this distribution


Graphics-Toolkit-Color

 view release on metacpan or  search on metacpan

lib/Graphics/Toolkit/Color/Name.pm  view on Meta::CPAN

}

#### color scheme API ##################################################
# load default scheme on RUNTIME
my %color_scheme = (DEFAULT => Graphics::Toolkit::Color::Name::Scheme->new());
my $default_names = require Graphics::Toolkit::Color::Name::Constant;
for my $color_block (@$default_names){
    $color_scheme{'DEFAULT'}->add_color( $_, [ @{$color_block->{$_}}[0,1,2] ] ) for keys %$color_block;
}

sub try_get_scheme { # auto loader

 view all matches for this distribution


Groonga-HTTP

 view release on metacpan or  search on metacpan

docs/assets/javascripts/bootstrap-sprockets.js  view on Meta::CPAN

//= require ./bootstrap/affix
//= require ./bootstrap/alert
//= require ./bootstrap/button
//= require ./bootstrap/carousel
//= require ./bootstrap/collapse
//= require ./bootstrap/dropdown
//= require ./bootstrap/tab
//= require ./bootstrap/transition
//= require ./bootstrap/scrollspy
//= require ./bootstrap/modal
//= require ./bootstrap/tooltip
//= require ./bootstrap/popover

 view all matches for this distribution


HTML-DeferableCSS

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN


[Prereqs / TestRecommends]

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

[GitHub::Meta]
repo = git://github.com/robrwo/HTML-DeferableCSS.git

 view all matches for this distribution


HTML-Dojo

 view release on metacpan or  search on metacpan

lib/HTML/Dojo/src.pm  view on Meta::CPAN

	_count: 0,
	_callbacks: {function_names: []},
	_cache: {}, // Saves the JSON objects in cache
	require: function(/*String*/ require, /*bool*/ sync) {
		dojo.debug("require(): " + require);
		var parts = require.split("/");
		
		var size = parts.length;
		var deferred = new dojo.Deferred;
		var args = {
			mimetype: "text/json",

lib/HTML/Dojo/src.pm  view on Meta::CPAN

					requireAfterList = [];
				}

				var unpackedDeps = this.unpackXdDependency(dep);
				if(unpackedDeps.requires){
					requireList = requireList.concat(unpackedDeps.requires);
				}
				if(unpackedDeps.requiresAfter){
					requireAfterList = requireAfterList.concat(unpackedDeps.requiresAfter);
				}
			}

			//Call the dependency indicator to allow for the normal dojo setup.
			//Only allow for one dot reference, for the hostenv.* type calls.

lib/HTML/Dojo/src.pm  view on Meta::CPAN

	_count: 0,
	_callbacks: {function_names: []},
	_cache: {}, // Saves the JSON objects in cache
	require: function(/*String*/ require, /*bool*/ sync) {
		dojo.debug("require(): " + require);
		var parts = require.split("/");
		
		var size = parts.length;
		var deferred = new dojo.Deferred;
		var args = {
			mimetype: "text/json",

lib/HTML/Dojo/src.pm  view on Meta::CPAN

				if (!requireAfterList) {
					requireAfterList = [];
				}
				var unpackedDeps = this.unpackXdDependency(dep);
				if (unpackedDeps.requires) {
					requireList = requireList.concat(unpackedDeps.requires);
				}
				if (unpackedDeps.requiresAfter) {
					requireAfterList = requireAfterList.concat(unpackedDeps.requiresAfter);
				}
			}
			var depType = dep[0];
			var objPath = depType.split(".");
			if (objPath.length == 2) {

lib/HTML/Dojo/src.pm  view on Meta::CPAN

		this.rH3.style.display = "none";
		if (env != "common") {
			this.rH3.style.display = "";
			this.rH3.innerHTML = env;
		}
		for (var i = 0, require; require = requires[env][i]; i++) {
			requireLinks.push({name:require});
			this.rLink.innerHTML = require;
			this.rLink.href = "#" + require;
			var rRow2 = this.rRow2.parentNode.insertBefore(this.rRow2.cloneNode(true), this.rRow2);
			rRow2.style.display = "";
			appends.push(rRow2);
		}

lib/HTML/Dojo/src.pm  view on Meta::CPAN

			this.rH3.style.display = "none";
			if (env != "common") {
				this.rH3.style.display = "";
				this.rH3.innerHTML = env;
			}
			for (var i = 0, require; require = requires[env][i]; i++) {
				requireLinks.push({name:require});
				this.rLink.innerHTML = require;
				this.rLink.href = "#" + require;
				var rRow2 = this.rRow2.parentNode.insertBefore(this.rRow2.cloneNode(true), this.rRow2);
				rRow2.style.display = "";
				appends.push(rRow2);
			}

 view all matches for this distribution


HTML-FormHandlerX-Widget-Field-Template

 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/HTML-FormHandlerX-Widget-Field-Template.git

 view all matches for this distribution


HTML-SimpleLinkExtor

 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


( run in 1.083 second using v1.01-cache-2.11-cpan-beeb90c9504 )