in reply to Re: Trouble with Perl Heroku buildpack
in thread Trouble with Perl Heroku buildpack
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 :).