strict mode on

This commit is contained in:
Yuichi Nishiwaki 2014-05-19 12:58:19 +09:00
parent 25bf83291e
commit c3dfef0318
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#!/usr/bin/perl
@files = (
use strict;
my @files = (
'piclib/built-in.scm',
'piclib/srfi/1.scm',
'piclib/srfi/26.scm',