From 404d448634561b19fc139eefed113d4eb64b5f54 Mon Sep 17 00:00:00 2001 From: hjp Date: Sat, 11 Jan 2014 18:44:02 +0000 Subject: [PATCH] Removed the customization from the build system. I don't remember what it was for (installing into a custom directory?). --- Build.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.PL b/Build.PL index 1f60320..4e779cc 100644 --- a/Build.PL +++ b/Build.PL @@ -1,9 +1,9 @@ use warnings; use strict; use lib './lib'; -use Simba::Build; +use Module::Build; -my $build = Simba::Build->new +my $build = Module::Build->new ( module_name => 'Simba', dist_abstract => 'Simple Integrated Multiplatform Backup and Archive',