diff --git a/builder/Build/Spec.pm b/builder/Build/Spec.pm
index b22db81..218f0ac 100644
--- a/builder/Build/Spec.pm
+++ b/builder/Build/Spec.pm
@@ -17,7 +17,7 @@ BEGIN {
 }
 
 sub spec {
-    my $file = 'SPEC';
+    my $file = './SPEC';
     my $spec = do $file;
 
     my %rv   =