Skip to content

Instantly share code, notes, and snippets.

@kraih
Created April 28, 2011 05:45
Show Gist options
  • Save kraih/945864 to your computer and use it in GitHub Desktop.
Save kraih/945864 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use ExtUtils::MakeMaker;
WriteMakefile(
PREREQ_PM => {'Mojolicious' => '1.21'}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment