App-BatParser

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    "Pablo Rodr\x{ed}guez Gonz\x{e1}lez <pablo.rodriguez.gonzalez\@gmail.com>"
  ],
  "dist_name" => "App-BatParser",
  "dist_version" => "0.011",
  "license" => "perl",
  "module_name" => "App::BatParser",
  "recursive_test_files" => 1,
  "requires" => {
    "Moo" => 0,
    "Regexp::Grammars" => "1.000",
    "namespace::autoclean" => 0,
    "perl" => "5.012",
    "utf8" => 0
  },
  "test_requires" => {
    "Data::Dumper" => 0,
    "English" => 0,
    "Path::Tiny" => 0,
    "Test::More" => 0,
    "Test::Most" => 0,
    "strict" => 0,

META.json  view on Meta::CPAN

            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08",
            "Test::Synopsis" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Moo" : "0",
            "Regexp::Grammars" : "1.000",
            "namespace::autoclean" : "0",
            "perl" : "5.012",
            "utf8" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Data::Dumper" : "0",
            "English" : "0",
            "Path::Tiny" : "0",
            "Test::More" : "0",

META.yml  view on Meta::CPAN

dynamic_config: 0
generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: App-BatParser
requires:
  Moo: '0'
  Regexp::Grammars: '1.000'
  namespace::autoclean: '0'
  perl: '5.012'
  utf8: '0'
resources:
  bugtracker: https://github.com/pablrod/App-BatParser/issues
  homepage: https://github.com/pablrod/App-BatParser
  repository: https://github.com/pablrod/App-BatParser.git
version: '0.011'
x_contributors:
  - 'eva.dominguez <eva.dominguez@meteologica.com>'
  - 'juanradiego <kilaweo@gmail.com>'

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

package App::BatParser;

use utf8;

use Regexp::Grammars;
use Moo;
use namespace::autoclean;

our $VERSION = '0.011';    # VERSION

# ABSTRACT: Parse DOS .bat and .cmd files

has 'grammar' => (
    is      => 'ro',
    default => sub {
        return qr{
           <nocontext:>

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.279 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )