Skip to content

benignbala/gradle-perlmod-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradle Perl Mod Plugin

This plugin allows you to create CPAN compatible modules using Module::Starter

Usage

buildscript {
    repositories {
        mavenLocal()
        jcenter()
    }

    dependencies {
        classpath 'org.benignbala.gradle.perlmod:gradle-perlmod-plugin:0.1-alpha'
    }
}

apply plugin: 'perlmod'

perlmod {
    moduleName 'Foo::Bar'
    author 'Author Name'
    email 'author@email.address'
    builder 'Module::Build'
}

About

Build modules for CPAN upload

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages