in reply to Trouble with Perl Heroku buildpack

Hi, what did you try exactly and what was the output? what docs are you following?

Replies are listed 'Best First'.
Re^2: Trouble with Perl Heroku buildpack
by BeneSphinx (Sexton) on Sep 21, 2017 at 18:05 UTC
    I ended up solving my own problem. It looks like the content of my Procfile was bad. I had a barebones web: starman, but as I noticed in the buildpack's release file, the default for the buildpack is different. I tried deleting my Procfile to rely on that default, and sure enough it started working. I don't really understand *why* it started working properly, but I will take it :).