summaryrefslogtreecommitdiff
path: root/Build.PL
blob: 5c93e5d3b2cdfd508d10222b32e806c7eea78a33 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env perl
use strict;
use warnings;
use Module::Build;

my $build = Module::Build->new(
	dist_version => '1.0',
	module_name => 'Simplestore',
	license => 'wtfpl',
);
$build->create_build_script;