Markdown-Compiler
view release on metacpan or search on metacpan
Data::Dumper: '0'
Data::Dumper::Concise: '0'
Exporter: '0'
File::Slurper: '0'
Import::Into: '0'
Module::Runtime: '0'
Moo: '0'
Regexp::Common: '0'
Storable: '0'
Test::Deep: '0'
Test::Differences: '0'
Test::More: '0'
YAML::XS: '0'
oCLI: '0'
oCLI::Command: '0'
perl: v5.10.0
strict: '0'
warnings: '0'
version: '0.003'
x_generated_by_perl: v5.32.1
x_serialization_backend: 'YAML::Tiny version 1.73'
Makefile.PL view on Meta::CPAN
"Data::Dumper" => 0,
"Data::Dumper::Concise" => 0,
"Exporter" => 0,
"File::Slurper" => 0,
"Import::Into" => 0,
"Module::Runtime" => 0,
"Moo" => 0,
"Regexp::Common" => 0,
"Storable" => 0,
"Test::Deep" => 0,
"Test::Differences" => 0,
"Test::More" => 0,
"YAML::XS" => 0,
"oCLI" => 0,
"oCLI::Command" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Data::Section::Simple" => 0
},
Makefile.PL view on Meta::CPAN
"Data::Dumper::Concise" => 0,
"Data::Section::Simple" => 0,
"Exporter" => 0,
"File::Slurper" => 0,
"Import::Into" => 0,
"Module::Runtime" => 0,
"Moo" => 0,
"Regexp::Common" => 0,
"Storable" => 0,
"Test::Deep" => 0,
"Test::Differences" => 0,
"Test::More" => 0,
"YAML::XS" => 0,
"oCLI" => 0,
"oCLI::Command" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
[Prereqs]
oCLI = 0
Module::Runtime = 0
Moo = 0
Regexp::Common = 0
Data::Dumper::Concise = 0
Storable = 0
Import::Into = 0
Test::Deep = 0
Test::Differences = 0
Test::More = 0
[AutoPrereqs]
[ExecDir]
dir = script
lib/Markdown/Compiler/Test.pm view on Meta::CPAN
package Markdown::Compiler::Test;
use warnings;
use strict;
use Test::More;
use Test::Deep;
use Test::Differences;
use Import::Into;
use Exporter;
use Markdown::Compiler;
use Markdown::Compiler::Lexer;
use Markdown::Compiler::Parser;
use Markdown::Compiler::Target::HTML;
use Data::Dumper::Concise;
push our @ISA, qw( Exporter );
push our @EXPORT, qw( build_and_test _test_dump_lexer _test_dump_parser _test_dump_html );
( run in 0.516 second using v1.01-cache-2.11-cpan-131fc08a04b )