get rid of silly warning
Arthur Axel 'fREW' Schmidt [Wed, 28 Apr 2010 15:55:45 +0000 (10:55 -0500)]
t/deploy_methods/sql_translator.t

index 26fc062..1020f25 100644 (file)
@@ -52,7 +52,7 @@ VERSION1: {
    } 'schema not deployed';
 
    mkpath catfile(qw( t sql _common schema 1.0 ));
-   open my $common, '>',
+   open $common, '>',
       catfile(qw( t sql _common schema 1.0 001-auto.sql ));
    print {$common} qq<This will never get run>;
    close $common;