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


Acme-NameChangeTEST

 view release on metacpan or  search on metacpan

Acme-NameChangeTest-0.001/META.yml  view on Meta::CPAN

---
abstract: 'module for testing module name changes in PAUSE'
author:
  - 'Neil Bowers <neil@bowers.com>'
build_requires: {}
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:

 view all matches for this distribution


Acme-NameGen

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

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

 view all matches for this distribution


Acme-NamespaceRoulette

 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-Nogizaka46

 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-Note

 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-Nothing

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'No more module loading!'
author:
  - 'Josh Jore <jjore@cpan.org>'
build_requires: {}
configure_requires:
  ExtUtils::MakeMaker: 6.31
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.102400'
license: perl
meta-spec:

 view all matches for this distribution


Acme-Numbers

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

         script       => [ ],
         requires     => {
                            'Lingua::EN::Words2Nums'  => 0, 
                            'Test::More'              => '0.62',
                        },
         configure_requires => { 'Module::Build' => 0.38 },
         create_makefile_pl => 'small',
       );

$build->create_build_script;

 view all matches for this distribution


Acme-NumericMethod

 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-NumericMethod",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.034"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-Nyaa

 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-Nyaa',
    module_name     => 'Acme::Nyaa',

 view all matches for this distribution


Acme-OCEORA-Utils

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    module_name         => 'Acme::OCEORA::Utils',
    license             => 'artistic_2',
    dist_author         => q{Eisaku Ando <ando@jcom.zaq.ne.jp>},
    dist_version_from   => 'lib/Acme/OCEORA/Utils.pm',
    release_status      => 'stable',
    configure_requires => {
        'Module::Build' => '0',
    },
    build_requires => {
        'Test::More' => '0',
    },

 view all matches for this distribution


Acme-Octarine

 view release on metacpan or  search on metacpan

Octarine.pm  view on Meta::CPAN


require CPANPLUS::Backend;
# Currently CPANPLUS only supports one backend per program.

my $cp = CPANPLUS::Backend->new;
$cp->configure_object()->set_conf(verbose=>0);
@Acmes = map {$_->name} $cp->search(type => 'module',
				    allow => [qr/^Acme::/]);

sub random_acme_module {
  $Acmes[rand @Acmes];

 view all matches for this distribution


Acme-Ognon

 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-OneHundredNotOut

 view release on metacpan or  search on metacpan

OneHundredNotOut.pm  view on Meta::CPAN

L<Perl6::Tokener>, which is now unfortunately quite obsolete, with the
intention of writing a parser later on. For most of 2002, my whiteboard
at home was covered with sketches of the Perl 6 grammar. 

Then I found out that the parser is actually going to be dynamic - you
can reconfigure the grammar at runtime. Hey, I thought, that's going to
be fun. At this point, you can't use an ordinary state-table parser like
C<yacc>, as Perl has done so far, because that pre-computes the
transitions up front. Instead, you have to use a proper state machine
without pre-computed tables. But I couldn't find any parsers which
worked on that basis, so I wrote one, L<shishi>, prototyping it in Perl

 view all matches for this distribution


Acme-OnePiece

 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-OnePiece',
    module_name     => 'Acme::OnePiece',

 view all matches for this distribution


Acme-Onion

 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-PERL-Autocorrect

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

abstract: 'corrects PERL to Perl in strings automatically'
author:
  - chromatic
build_requires:
  Test::More: 0.98
configure_requires:
  ExtUtils::MakeMaker: 6.30
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.200008, CPAN::Meta::Converter version 2.110440'
license: perl
meta-spec:

 view all matches for this distribution


Acme-PERLANCAR-Dummy-POD

 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-PERLANCAR-Dummy-POD",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-PERLANCAR-Dummy

 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-PERLANCAR-Dummy",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-PERLANCAR-DumpImportArgs

 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-PERLANCAR-DumpImportArgs",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-PERLANCAR-Prime

 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-PERLANCAR-Prime",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-PERLANCAR-Test-Dependency-One

 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-PERLANCAR-Test-Dependency-One",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-PERLANCAR-Test-Dependency-Three

 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-PERLANCAR-Test-Dependency-Three",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-PERLANCAR-Test-Dependency-Two

 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-PERLANCAR-Test-Dependency-Two",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-PERLANCAR-Test-Images

 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-PERLANCAR-Test-Images",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::ShareDir::Install" : "0.06"
         }
      },

 view all matches for this distribution


Acme-PERLANCAR-Test-MetaCPAN-HTML

 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-PERLANCAR-Test-MetaCPAN-HTML",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-PERLANCAR-Test-Misc

 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-PERLANCAR-Test-Misc",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-PERLANCAR-Test-Require

 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-PERLANCAR-Test-Require",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-PERLANCAR-Test-Versioning

 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-PERLANCAR-Test-Versioning",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {

 view all matches for this distribution


Acme-PIA-Export

 view release on metacpan or  search on metacpan

Export.pm  view on Meta::CPAN


sub fields {
	my $self = shift;
	my $what = (@_)?shift:$self->{"data"}->{"scope"};
	
	die "No scope configured. Either pass as parameter or invoke fields() after a successful export." unless( $what );
	die "No such scope. Please check your spelling." unless( $ordered_fields{$what} );
	
	return @{$ordered_fields{$what}};
}

 view all matches for this distribution


Acme-PM-Barcelona

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'Talks and projects by Barcelona.pm'
author:
  - 'Alex Muntada <alexm@cpan.org>'
build_requires: {}
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:

 view all matches for this distribution


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