Skip to content

onopm/heroku-buildpack-perl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Heroku buildpack: Perl

This is a Heroku buildpack that runs any PSGI based web applications using Twiggy. (original Starman)

Usage

Example usage:

$ ls
Makefile.PL
app.psgi
lib/

$ heroku create --stack cedar --buildpack http://github.com/onopm/heroku-buildpack-perl.git

$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom buildpack
-----> Perl/PSGI app detected
-----> Installing dependencies

The buildpack will detect that your app has an app.psgi in the root.

Libraries

Dependencies can be declared using cpanfile or traditional Makefile.PL and Build.PL, and the buildpack will install these dependencies using cpanm into ./local directory.

About

Heroku buildpack to run Perl/PSGI apps using Twiggy HTTP server (original Starman)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%