The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
    "name" : "Template-Plugin-MultiMarkdown",
    "abstract" : "TT plugin for Text::MultiMarkdown",
    "version" : "0.11",
    "author" : [
        "Barbie (BARBIE) <barbie@cpan.org>"
    ],

    "license": [ "artistic_2" ],
    "dynamic_config" : 0,
    "release_status" : "stable",
    "meta-spec": {
        "version": "2",
        "url": "http://search.cpan.org/dist/CPAN-Meta/lib/CPAN/Meta/Spec.pm"
    },
    "generated_by": "The Hand of Barbie 1.0",

    "no_index" : {
        "directory" : [
            "t"
        ]
    },

    "prereqs" : {
        "build" : {
            "requires" : {
                "ExtUtils::MakeMaker" : "0"
            }
        },
        "configure" : {
            "requires" : {
                "ExtUtils::MakeMaker" : "0"
            }
        },
        "runtime" : {
            "requires" : {
                "perl": "5.006",
                "parent" : "0",
                "Template" : "2.16",
                "Template::Plugin::Filter" : "1.38",
                "Text::MultiMarkdown" : "1.000035"
            },
            "recommends": {
                "Text::MultiMarkdown::XS" : "0.001_03"
            }
        },
        "test" : {
            "requires": {
                "FindBin": "0",
                "IO::File": "0",
                "Test::More": "0.70"
            },
            "recommends": {
                "Test::CPAN::Meta": "0",
                "Test::CPAN::Meta::JSON": "0",
                "Test::Pod": "1.00",
                "Test::Pod::Coverage": "0.08"
            }
        }
    },

    "provides": {
        "Template::Plugin::MultiMarkdown": {
            "file": "lib/Template/Plugin/MultiMarkdown.pm",
            "version": "0.11"
        }
    },

    "resources": {
        "license": [ "http://www.perlfoundation.org/artistic_license_2_0" ],
        "bugtracker": { "web": "http://rt.cpan.org/Public/Dist/Display.html?Name=Template-Plugin-MultiMarkdown" },
        "repository": {
            "url": "git://github.com/barbie/template-plugin-multimarkdown.git",
            "web": "http://github.com/barbie/template-plugin-multimarkdown",
            "type": "git"
        }
    }
}