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


Acme-Jungle-CrawlerExample

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : 0
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : 0
         }
      },
      "runtime" : {

 view all matches for this distribution


Acme-KJAM

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : 0
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : 0
         }
      },
      "runtime" : {

 view all matches for this distribution


Acme-KMX-Test

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {

 view all matches for this distribution


Acme-KemonoFriends-Color

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "author",
         "builder"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.035"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-Kensiro

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN


my %args = (
    license              => 'perl',
    dynamic_config       => 0,

    configure_requires => {
        'Module::Build' => 0.38,
    },

    name            => 'Acme-Kensiro',
    module_name     => 'Acme::Kensiro',

 view all matches for this distribution


Acme-Keyakizaka46

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "author",
         "builder"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.035"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-KeyboardMarathon

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension ACME::KeyboardMarathon.

1.27  2022/01/07

	Using GNU TAR now. The previous release had PAX headers in the tar file.
	Build scripts now automatically configure minium perl version.

1.23  2014/04/14

	Added "source-tree-marathon.pl"
	Work from James Raspass <jraspass@gmail.com> that vastly improves speed

 view all matches for this distribution


Acme-Kiyoshi-Array

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Acme-Kiyoshi-Array",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      }
   },

 view all matches for this distribution


Acme-KnowledgeWisdom

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "requires" : {
            "Test::Exception" : 0,
            "Test::More" : 0
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.38"
         }
      },
      "runtime" : {

 view all matches for this distribution


Acme-LSD

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "author",
         "builder"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.035"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-Lambda-Expr

 view release on metacpan or  search on metacpan

inc/Module/Install/Makefile.pm  view on Meta::CPAN

	# MakeMaker can complain about module versions that include
	# an underscore, even though its own version may contain one!
	# Hence the funny regexp to get rid of it.  See RT #35800
	# for details.

	$self->configure_requires( 'ExtUtils::MakeMaker' => $ExtUtils::MakeMaker::VERSION =~ /^(\d+\.\d+)/ );

	# Generate the 
	my $args = $self->makemaker_args;
	$args->{DISTNAME} = $self->name;
	$args->{NAME}     = $self->module_name || $self->name;

inc/Module/Install/Makefile.pm  view on Meta::CPAN

	my $prereq = ($args->{PREREQ_PM} ||= {});
	%$prereq = ( %$prereq,
		map { @$_ }
		map { @$_ }
		grep $_,
		($self->configure_requires, $self->build_requires, $self->requires)
	);

	# Remove any reference to perl, PREREQ_PM doesn't support it
	delete $args->{PREREQ_PM}->{perl};

 view all matches for this distribution


Acme-LastWords

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Acme-LastWords",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-Laugh

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : 0
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : 0
         }
      },
      "runtime" : {

 view all matches for this distribution


Acme-Lelek

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'encode/decode text to lelek code.'
author:
  - 'Tiago Peczenyj <tiago.peczenyj@gmail.com>'
build_requires: {}
configure_requires:
  ExtUtils::MakeMaker: 6.30
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300030, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:

 view all matches for this distribution


Acme-Lexical-Thief

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "xt"
      ]
   },
   "optional_features" : {},
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.17"
         }
      },
      "runtime" : {

 view all matches for this distribution


Acme-Licence

 view release on metacpan or  search on metacpan

lib/Acme/Licence.pm  view on Meta::CPAN

accessible to your users from the command-line of your program, by passing
the C<--licence> parameter.

=head1 CONFIGURATION

To configure the module to use your licence, you pass parameters when you
C<use> the module.  Either pass a parameter C<licence>, to use one of the
pre-defined licences (the GPL (C<gpl>), the
Artistic licence (C<artistic>), or put the code in the public domain
(C<null>)),
or pass the C<mylicence> parameter, with a reference to an anonymous hash

 view all matches for this distribution


Acme-Lingua-EN-Inflect-Modern

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Acme-Lingua-EN-Inflect-Modern",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.78"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-Lingua-ZH-Remix

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Acme-Lingua-ZH-Remix",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.034"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-List-CarCdr

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   },
   "prereqs" : {
      "build" : {
         "requires" : {}
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.48",
            "strict" : "0"
         }
      },

 view all matches for this distribution


Acme-Llama

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'An object-oriented interface to llamas.'
author:
  - 'Alexandria Marie Wolcott <alyx@woomoo.org>'
build_requires: {}
configure_requires:
  ExtUtils::MakeMaker: 6.31
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.200001, CPAN::Meta::Converter version 2.110240'
license: bsd
meta-spec:

 view all matches for this distribution


Acme-Locals

 view release on metacpan or  search on metacpan

inc/Module/AutoInstall.pm  view on Meta::CPAN

    my @config    = _cpanplus_config( @{ +shift } );
    my $installed = 0;

    require CPANPLUS::Backend;
    my $cp   = CPANPLUS::Backend->new;
    my $conf = $cp->configure_object;

    return unless $conf->can('conf') # 0.05x+ with "sudo" support
               or _can_write($conf->_get_build('base'));  # 0.04x

    # if we're root, set UNINST=1 to avoid trouble unless user asked for it.

 view all matches for this distribution


Acme-LookOfDisapproval

 view release on metacpan or  search on metacpan

INSTALL  view on Meta::CPAN


As a last resort, you can manually install it. If you have not already
downloaded the release tarball, you can find the download link on the module's
MetaCPAN page: https://metacpan.org/pod/Acme::LookOfDisapproval

Untar the tarball, install configure prerequisites (see below), then build it:

    % perl Build.PL
    % ./Build && ./Build test

Then install it:

INSTALL  view on Meta::CPAN


## Configure Prerequisites

This distribution requires other modules to be installed before this
distribution's installer can be run.  They can be found under the
"configure_requires" key of META.yml or the
"{prereqs}{configure}{requires}" key of META.json.

## Other Prerequisites

This distribution may require additional modules to be installed after running
Build.PL.

 view all matches for this distribution


Acme-Loopy

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "xt"
      ]
   },
   "optional_features" : {},
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.17"
         }
      },
      "runtime" : {

 view all matches for this distribution


Acme-Lou

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "author",
         "builder"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.035"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-MCP

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "build" : {
         "requires" : {
            "Module::Build::Tiny" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0",
            "perl" : "v5.42.0"
         }
      },

 view all matches for this distribution


Acme-MITHALDU-BleedingOpenGL

 view release on metacpan or  search on metacpan

FreeGLUT/freeglut-Readme.txt  view on Meta::CPAN


To create a 32 bit freeglut application, create a new Win32 C++ project in MSVC.
From the “Win32 Application Wizard”, choose a “Windows application”, check the
“Empty project” box, and submit.

You’ll now need to configure the compiler and linker settings. Open up the
project properties, and select “All Configurations” (this is necessary to ensure
our changes are applied for both debug and release builds). Open up the
“general” section under “C/C++”, and configure the “include\” folder you created
above as an “Additional Include Directory”. If you have more than one GLUT
package which contains a “glut.h” file, it’s important to ensure that the
freeglut include folder appears above all other GLUT include folders.

Now open up the “general” section under “Linker”, and configure the “lib\”
folder you created above as an “Additional Library Directory”. A freeglut
application depends on the import libraries “freeglut.lib” and “opengl32.lib”,
which can be configured under the “Input” section. However, it shouldn’t be
necessary to explicitly state these dependencies, since the freeglut headers
handle this for you. Now open the “Advanced” section, and enter “mainCRTStartup”
as the “Entry Point” for your application. This is necessary because GLUT
applications use “main” as the application entry point, not “WinMain”—without it
you’ll get an undefined reference when you try to link your application.

That’s all of your project properties configured, so you can now add source
files to your project and build the application. If you want your application to
be compatible with GLUT, you should “#include <GL/glut.h>”. If you want to use
freeglut specific extensions, you should “#include <GL/freeglut.h>” instead.

Don’t forget to either include the freeglut DLL when distributing applications,

 view all matches for this distribution


Acme-MITHALDU-XSGrabBag

 view release on metacpan or  search on metacpan

inc/Inline.pm  view on Meta::CPAN


sub M14_usage_Config {
    return <<END;
As of Inline v0.30, use of the Inline::Config module is no longer supported
or allowed. If Inline::Config exists on your system, it can be removed. See
the Inline documentation for information on how to configure Inline.

END
}

sub M15_usage_install_directory {

inc/Inline.pm  view on Meta::CPAN

sub M18_error_old_version {
    my ($old_version, $directory) = @_;
    $old_version ||= '???';
    return <<END;
You are using Inline version $Inline::VERSION with a directory that was
configured by Inline version $old_version. This version is no longer supported.
Please delete the following directory and try again:

    $directory

END

 view all matches for this distribution


Acme-MTINBERG

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {

 view all matches for this distribution


Acme-MUDLike

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {

 view all matches for this distribution


Acme-Machi

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    module_name         => 'Acme::Machi',
    license             => 'artistic_2',
    dist_author         => q{Machi Amayadori <Eosin@Syaro.Cafe>},
    dist_version_from   => 'lib/Acme/Machi.pm',
    release_status      => 'stable',
    configure_requires => {
        'Module::Build' => 0,
    },
    build_requires => {
        'Test::More' => 0.62,
    },

 view all matches for this distribution


( run in 2.486 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )