Skip to content

OkinawaPM/heroku-buildpack-perl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: Perl

This is a Heroku buildpack for Okinawapm SlackBot.

Usage

Example usage:

$ pwd
/Users/CodeHex/.ghq/github.com/OkinawaPM/SlackBot

$ heroku create --stack cedar --buildpack https://github.com/OkinawaPM/heroku-buildpack-perl.git

$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom buildpack
-----> Installing dependencies

Libraries

Dependencies can be declared using cpanfile (recommended) or more traditional Makefile.PL, Build.PL and META.json (whichever you can install with cpanm --installdeps), and the buildpack will install these dependencies using cpanm into ./local directory.

About

Heroku buildpack to run Perl/PSGI apps using Starman HTTP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%