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


App-lcpan-CmdBundle-metasyntactic

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-lcpan-CmdBundle-sco

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-lensort

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-lsnic

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN


------------------------------------------
version 0.002 at 2017-12-07 23:43:57 +0000
------------------------------------------

  Change: 1ac9fc93c2fb290f240b55ed502cc52d890f65a4
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2017-12-08 00:43:57 +0000

    Make shebang rewritable by EU::MM

 view all matches for this distribution


App-makedpkg

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  App::makedpkg:
    file: lib/App/makedpkg.pm
    version: 0.05
requires:
  App::Cmd: 0.323
  Config::Any: 0.24
  File::ShareDir: 1.0
  Text::Template: 0
  perl: v5.10.0
resources:
  bugtracker: https://github.com/nichtich/App-makedpkg/issues

 view all matches for this distribution


App-metasyn

 view release on metacpan or  search on metacpan

script/_metasyn  view on Meta::CPAN

#package Data::Dmp;
#
#our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
#our $DATE = '2021-06-24'; # DATE
#our $DIST = 'Data-Dmp'; # DIST
#our $VERSION = '0.241'; # VERSION
#
#use 5.010001;
#use strict;
#use warnings;
#

script/_metasyn  view on Meta::CPAN

#
#Data::Dmp - Dump Perl data structures as Perl code
#
#=head1 VERSION
#
#This document describes version 0.241 of Data::Dmp (from Perl distribution Data-Dmp), released on 2021-06-24.
#
#=head1 SYNOPSIS
#
# use Data::Dmp; # exports dd() and dmp()
# dd [1, 2, 3]; # prints "[1,2,3]"

script/_metasyn  view on Meta::CPAN

#            my ( $top, $current ) = @_;
#            return 0 if !$current->isa( tok 'Whitespace' );
#            my $prev = $current->previous_token;
#
#            return 1 if $prev->isa( tok 'Structure' );                                           # ;[\n\s]
#            return 1 if $prev->isa( tok 'Operator' ) and $prev->content =~ /\W$/;                # = 0.24
#            return 1 if $prev->isa( tok 'Quote::Double' );                                       # " .
#            return 1 if $prev->isa( tok 'Quote::Single' );                                       # ' }
#
#            return 0;
#        },

 view all matches for this distribution


App-mimi

 view release on metacpan or  search on metacpan

mimi.fatpack  view on Meta::CPAN

$fatpacked{"ExtUtils/InstallPaths.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'EXTUTILS_INSTALLPATHS';
  package ExtUtils::InstallPaths;$ExtUtils::InstallPaths::VERSION='0.03';use 5.006;use strict;use warnings;use File::Spec ();use Carp ();use ExtUtils::Config 0.002;my%complex_accessors=map {$_=>1}qw/prefix_relpaths install_sets/;my%hash_accessors=map...
EXTUTILS_INSTALLPATHS

$fatpacked{"List/MoreUtils.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'LIST_MOREUTILS';
  package List::MoreUtils;use 5.006;use strict;use warnings;BEGIN {our$VERSION='0.03';eval {require List::MoreUtils::XS}unless$ENV{LIST_MOREUTILS_PP};use List::MoreUtils::PP qw()}use Exporter::Tiny qw();my@junctions=qw(any all none notall);my@v0_22=q...
LIST_MOREUTILS

$fatpacked{"List/MoreUtils/PP.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'LIST_MOREUTILS_PP';
  package List::MoreUtils::PP;use 5.006;use strict;use warnings;our$VERSION='0.03';sub any (&@) {my$f=shift;for (@_){return 1 if$f->()}return 0}sub all (&@) {my$f=shift;for (@_){return 0 unless$f->()}return 1}sub none (&@) {my$f=shift;for (@_){return...
LIST_MOREUTILS_PP

 view all matches for this distribution


App-mojopaste

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.25 2017-06-20T00:20:46+0200
 - Mojolicious has deprecated Mojo::Util::slurp() and spurt()
 - Fix failing tests

0.24 2016-10-13T10:01:53+0200
 - Writing/reading files are more robust

0.23 2016-09-08T20:08:22+0200
 - Fix rendering 404 for paste_not_found() and .txt extension

 view all matches for this distribution


App-mysqlinfo

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-nrand

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-orgadb

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "ColorThemeUtil::ANSI" : "0",
            "Complete::Bash" : "0.333",
            "Complete::Util" : "0.620",
            "Config::IOD::Reader" : "0.344",
            "Data::CSel" : "0.128",
            "Data::Dmp" : "0.242",
            "Data::Sah::Coerce::perl::To_str::From_str::normalize_perl_modname" : "0",
            "Data::Sah::Compiler::perl::TH::any" : "0.914",
            "Data::Sah::Compiler::perl::TH::array" : "0.914",
            "Data::Sah::Compiler::perl::TH::bool" : "0.914",
            "Data::Sah::Compiler::perl::TH::hash" : "0.914",

 view all matches for this distribution


App-orgdaemon

 view release on metacpan or  search on metacpan

bin/org-daemon  view on Meta::CPAN

    my($s) = @_;
    if (my($count, $unit) = $s =~ m{-([0-9]+)(s|min|h|d|w|m|y)}) {
	$count * {s   => 1,
		  min => 60,
		  h   => 60*60,
		  d   => 60*60*24,
		  w   => 60*60*24*7,
		  # as suggested in org-get-wdays in org.el
		  m   => 60*60*24*30.4,
		  y   => 60*60*24*365.25,
		 }->{$unit};
    } else {
	warn "Cannot parse '$s'";
	undef;
    }

 view all matches for this distribution


App-pause

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - Fix POD generation.


0.42    2015-07-07  Released-By: PERLANCAR

        - Bump packed module WWW::PAUSE::Simple to 0.24 (fix undef warnings).


0.41    2015-07-07  Released-By: PERLANCAR

        - Bump packed module WWW::PAUSE::Simple to 0.23 (dry-run support &

Changes  view on Meta::CPAN

	- No functional changes.

	- [dist] Rebuild: fatten fixes.


0.24    2015-04-15  Released-By: PERLANCAR

	- No functional changes.

	- [build] Rebuild with fatten setting: perl_version=5.010001.

 view all matches for this distribution


App-pepper

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "File::Temp" : "0",
            "Getopt::Long" : "0",
            "HTML::Entities" : "0",
            "List::Util" : "0",
            "Mozilla::CA" : "0",
            "Net::EPP" : "0.24",
            "Pod::Usage" : "0",
            "Term::ANSIColor" : "0",
            "Term::ReadLine" : "0",
            "Text::ParseWords" : "0",
            "XML::LibXML" : "0",

 view all matches for this distribution


App-perlall

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

          RT#115702 overlapping memcpy in to_utf8_case for 5.15.4-9, 5.17.0-6
          RT#111594 Socket::unpack_sockaddr_un heap-buffer-overflow <5.16.1
        * simplified patchlevel.h handling in patchperl
        * keep .git with --debug

0.24    2012-11-12
        * added lib/Devel/PatchPerl/Plugin/Asan.pm with
          RT#72700 List::Util Fix off-by-two on string literal length
          RT#111586 sdbm.c off-by-one access to global .dir
          for 5.10 - 5.14.
        * initvm installs Devel::PatchPerl::Plugin::Asan remotely

 view all matches for this distribution


App-perlbrew

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Revert the requirement of 5.8.8. Now require 5.8
	- Add PERLBREW_CPAN_MIRROR environment variable
	- Deal with a minor local::lib path problem. See GH #254.

0.54
	- Released at 2012-10-24T21:21:25+0200
	- Now requires perl 5.8.8
	- Fix an issue with list-module command listing extra modules See GH #245
	- Tweak default Configure options for pre-5.6 versions
	- Fix an issue with warning messagse in 'upgrade-perl' command.

Changes  view on Meta::CPAN

	- Improvements about self-upgrade by hoelzro++
	- exit with non-zero status code when there's some sort of error. by punytan++
	- Added verification of existing alias before attempting unalias. johncm++
	- Fix `install-cpanm` for due to a recent github cert update. kanetann++

0.24
	- Done GH #92 -- Show error messages on network errors.
	- Fix GH #82 -- deduplicate items in PATH for the `list` command.
	- Tests for various commands and methods.

0.23

 view all matches for this distribution


App-perlimports

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - Add experimental --range-begin and --range-end flags, to be used for
      editor integration (GH#93) (Olaf Alders)
    - Remove unused variables (GH#95) (Olaf Alders)
    - Ignore more modules which don't eval (GH#94) (Olaf Alders)

0.000049  2022-10-24 21:19:17Z
    - Add an experimental --json flag to be used when --lint is enabled (GH#90)
      (Olaf Alders)
    - Ignore Filter::Simple (GH#91) (Olaf Alders)

0.000048  2022-09-13 21:49:19Z

Changes  view on Meta::CPAN

    - Ignore more whitespace changes (GH#54) (Olaf Alders)

0.000025  2021-10-13 21:42:40Z
    - Add another minimum version to t/with-version.t (GH#43) (Olaf Alders)

0.000024  2021-10-12 15:58:08Z
    - Fix t/with-version.t on some machines by requiring the correct minimum
      needed module version via Test::Needs (GH#42) (Olaf Alders)

0.000023  2021-09-29 18:50:41Z
    - Eval import() statements before changing them (GH#40) (Olaf Alders)

Changes  view on Meta::CPAN

    - Detect functions used in regex replacements (GH#26) (Olaf Alders)

0.000012  2021-06-23 17:52:22Z
    - Fix a warning that was being triggered by the logger

0.000011  2021-06-14 20:24:05Z
    - Fix export tag test

0.000010  2021-06-12 03:25:27Z
    - Detect fully qualified symbol name interpolated in quotes
    - Ignore HTTP::Message::PSGI

 view all matches for this distribution


App-perlminlint

 view release on metacpan or  search on metacpan

lib/App/perlminlint.pm  view on Meta::CPAN

# -*- coding: utf-8 -*-
use 5.009;
use strict;
use warnings FATAL => 'all';

our $VERSION = '0.24';

use Carp;
use autodie;
use Encode qw/is_utf8/;
use open qw/:utf8 :std/;

 view all matches for this distribution


App-perlmv

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

         - Documentation.

         - Sort -L output. -Lv will show each scriptlet's source.


0.24     2010-05-12  Released-By: SHARYANTO

         - First release to CPAN. Prior versions were not released and named
           C<perlrename>.

 view all matches for this distribution


App-perlvars

 view release on metacpan or  search on metacpan

xt/author/tidyall.t  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Test::TidyAll v$VERSION

use Test::More 0.88;
use Test::Code::TidyAll 0.24;

tidyall_ok(
     verbose => ( exists $ENV{TEST_TIDYALL_VERBOSE} ? $ENV{TEST_TIDYALL_VERBOSE} : 0 ),
     jobs => ( exists $ENV{TEST_TIDYALL_JOBS} ? $ENV{TEST_TIDYALL_JOBS} : 1 ),
);

 view all matches for this distribution


App-pl

 view release on metacpan or  search on metacpan

pod/examples.pod  view on Meta::CPAN

    >         34: 2020-02-11
    >         93: 2020-02-29
    >       2816: 2018-06-27
    >       3307: 2019-05-11
    >       6024: 2019-10-21
    >      12159: 2019-10-24

=item Count Files per Date with Rollup

I<Learn sign language!  It's very handy. :-)>

pod/examples.pod  view on Meta::CPAN

    >   perl-5.30.1.zip
    >   perl-5.30.2.zip
    >   perl-5.30.3.zip
    >   AUTHORS
    >   	   48831  Defl:N    22282  54% 2019-05-11 11:50 cc2a1286
    >   	   48864  Defl:N    22297  54% 2019-10-24 23:27 b793bcc5
    >   	   48927  Defl:N    22338  54% 2020-02-29 12:55 8cecd35e
    >   	   48927  Defl:N    22338  54% 2020-02-11 14:31 8cecd35e
    >   Artistic
    >   	    6321  Defl:N     2400  62% 2019-05-11 11:50 fa53ec29
    >   	    6321  Defl:N     2400  62% 2019-10-24 22:17 fa53ec29
    >   	    6321  Defl:N     2400  62% 2019-10-24 22:17 fa53ec29
    >   	    6321  Defl:N     2400  62% 2019-10-21 13:20 fa53ec29
    >   Changes
    >   	    3168  Defl:N     1273  60% 2018-06-27 13:17 66a9af3e
    >   	    3111  Defl:N     1246  60% 2019-10-27 10:52 f826c349
    >   	    3111  Defl:N     1246  60% 2019-10-27 10:52 f826c349

pod/examples.pod  view on Meta::CPAN

    >   perl-5.30.2.txz
    >   perl-5.30.3.txz
    >   ...
    >   cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c
    >   	-r--r--r-- pfeiffer/pfeiffer         20948 2018-06-27 13:17
    >   	-r--r--r-- pfeiffer/pfeiffer         20948 2019-10-24 22:17
    >   	-r--r--r-- pfeiffer/pfeiffer         21287 2020-02-29 12:55
    >   	-r--r--r-- pfeiffer/pfeiffer         21287 2020-02-12 18:41
    >   cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c
    >   	-r--r--r-- pfeiffer/pfeiffer          6991 2018-06-27 13:17
    >   	-r--r--r-- pfeiffer/pfeiffer          6991 2019-10-24 22:17
    >   	-r--r--r-- pfeiffer/pfeiffer          6986 2020-02-29 12:55
    >   	-r--r--r-- pfeiffer/pfeiffer          6986 2020-02-12 18:41
    >   cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c
    >   	-r--r--r-- pfeiffer/pfeiffer          3866 2018-06-27 13:17
    >   	-r--r--r-- pfeiffer/pfeiffer          3866 2019-10-24 22:17
    >   	-r--r--r-- pfeiffer/pfeiffer          3861 2020-02-29 12:55
    >   	-r--r--r-- pfeiffer/pfeiffer          3861 2020-02-12 18:41
    >   cpan/Compress-Raw-Bzip2/fallback/constants.h
    >   	-r--r--r-- pfeiffer/pfeiffer          7238 2018-06-27 13:17
    >   	-r--r--r-- pfeiffer/pfeiffer          7238 2019-10-24 22:17
    >   	-r--r--r-- pfeiffer/pfeiffer          7238 2019-10-24 22:17
    >   	-r--r--r-- pfeiffer/pfeiffer          7238 2019-10-21 13:20
    >   ...

Same without the date:

pod/examples.pod  view on Meta::CPAN

                if s!^[^d]\S+ \K(.+?) +(\d+) (.{16}) [^/]+/(.+)!F "%-20s %10d %s", $1, $2, $3!e;
        } "tar", "-tvf", $_' *.tar *.tgz *.txz

    >   .dir-locals.el
    >   	-r--r--r-- sawyer/sawyer               208 2018-06-27 13:17
    >   	-r--r--r-- Steve/None                  208 2019-10-24 22:17
    >   	-r--r--r-- Steve/None                  208 2019-10-24 22:17
    >   	-r--r--r-- Steve/None                  208 2019-10-21 13:20
    >   .lgtm.yml
    >   	-r--r--r-- sawyer/sawyer               347 2019-05-11 11:50
    >   	-r--r--r-- Steve/None                  347 2019-10-24 22:17
    >   	-r--r--r-- Steve/None                  347 2019-10-24 22:17
    >   	-r--r--r-- Steve/None                  347 2019-10-21 13:20
    >   .metaconf-exclusions.txt
    >   	-r--r--r-- sawyer/sawyer              1317 2019-05-11 11:50
    >   	-r--r--r-- Steve/None                 1317 2019-10-24 22:17
    >   	-r--r--r-- Steve/None                 1317 2019-10-24 22:17
    >   	-r--r--r-- Steve/None                 1317 2019-10-21 13:20
    >   .travis.yml
    >   	-r--r--r-- sawyer/sawyer              2203 2019-05-11 11:50
    >   	-r--r--r-- Steve/None                 2203 2019-10-24 23:27
    >   	-r--r--r-- Steve/None                 2203 2019-10-24 23:27
    >   	-r--r--r-- Steve/None                 2203 2019-10-21 13:20
    >   AUTHORS
    >   	-r--r--r-- sawyer/sawyer             48831 2019-05-11 11:50
    >   	-r--r--r-- Steve/None                48864 2019-10-24 23:27
    >   	-r--r--r-- Steve/None                48927 2020-02-29 12:55
    >   	-r--r--r-- Steve/None                48927 2020-02-11 14:31
    >   Artistic
    >   	-r--r--r-- sawyer/sawyer              6321 2019-05-11 11:50
    >   	-r--r--r-- Steve/None                 6321 2019-10-24 22:17
    >   	-r--r--r-- Steve/None                 6321 2019-10-24 22:17
    >   	-r--r--r-- Steve/None                 6321 2019-10-21 13:20
    >   Changes
    >   	-r--r--r-- sawyer/sawyer              3168 2018-06-27 13:17
    >   	-r--r--r-- Steve/None                 3111 2019-10-27 10:52
    >   	-r--r--r-- Steve/None                 3111 2019-10-27 10:52

pod/examples.pod  view on Meta::CPAN

    >   /             11100110101010        202020202        3212222       152202     22222    14762
    >   \              1110011010101        101010101        1303111        54101     11111     7381
    >   /             10101101000000        120012002        2231000       123132     16162    11072
    >   \              1010110100000         21121001        1112200        41344      7531     5536
    >   \               101011010000         10210112         223100        20452      3715     2768
    >   \                10101101000          1220021         111220        10224      1807     1384
    >   \                 1010110100           221122          22310         3112       848      692
    >   \                  101011010           110211          11122         1334       424      346
    >   \                   10101101            20102           2231          445       212      173
    >   /                  100000100           100122          10010         1112       318      260
    >   \                   10000010            11211           2002          334       154      130

 view all matches for this distribution


App-plx

 view release on metacpan or  search on metacpan

bin/plx-packed  view on Meta::CPAN

      warnings->import;
    }
  }
  use Config ();
  
  our $VERSION = '2.000024';
  $VERSION = eval $VERSION;
  
  BEGIN {
    *_WIN32 = ($^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'symbian')
      ? sub(){1} : sub(){0};

 view all matches for this distribution


App-pmdir

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2014-09-15 21:47:14 +0000

    First release 

  Change: 82e35007f59eb0a331548efe2076dec5ba3f0124
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2014-09-15 21:22:57 +0000

    initial commit 

 view all matches for this distribution


App-pmpatcher

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-pmuninstall

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - if did not fetch vname then skip check desp.

0.25    Thu Oct 13 16:03:48 2011
        - maybe support install.json (from cpanm 1.5000 / miyagawa++)

0.24    Tue Oct  4 15:10:39 2011
        - fix is_local_lib() (But, it's called after the setup_local_lib(), no problem)

0.23    Tue Oct  4 01:57:32 2011
        - fix broken -l and -L option (rt:71417)
        - fix doc

 view all matches for this distribution


App-ppgrep

 view release on metacpan or  search on metacpan

script/_ppgrep  view on Meta::CPAN

#=cut
### Complete/Path.pm ###
#package Complete::Path;
#
#our $DATE = '2017-07-03'; # DATE
#our $VERSION = '0.24'; # VERSION
#
#use 5.010001;
#use strict;
#use warnings;
#

script/_ppgrep  view on Meta::CPAN

#
#Complete::Path - Complete path
#
#=head1 VERSION
#
#This document describes version 0.24 of Complete::Path (from Perl distribution Complete-Path), released on 2017-07-03.
#
#=head1 DESCRIPTION
#
#=head1 FUNCTIONS
#

script/_ppgrep  view on Meta::CPAN

#            my ( $top, $current ) = @_;
#            return 0 if !$current->isa( tok 'Whitespace' );
#            my $prev = $current->previous_token;
#
#            return 1 if $prev->isa( tok 'Structure' );                                           # ;[\n\s]
#            return 1 if $prev->isa( tok 'Operator' ) and $prev->content =~ /\W$/;                # = 0.24
#            return 1 if $prev->isa( tok 'Quote::Double' );                                       # " .
#            return 1 if $prev->isa( tok 'Quote::Single' );                                       # ' }
#
#            return 0;
#        },

 view all matches for this distribution


App-progpatcher

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


( run in 1.167 second using v1.01-cache-2.11-cpan-7add2cbd662 )