Skip to content

Instantly share code, notes, and snippets.

@ryan5500
Created August 3, 2009 12:25
Show Gist options
  • Save ryan5500/160518 to your computer and use it in GitHub Desktop.
Save ryan5500/160518 to your computer and use it in GitHub Desktop.
#Makefile.PL
use strict;
use inc::Module::Install; #makefile writer module
name('Example-Software'); #describe module name
all_from('lib/Example/Software.pm'); #file include meta data
requires('Hoge'); #required module
requires('Hoga', '1.00');
test_requires('Test::More'); #required module in test phase
WriteAll; #write Makefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment