X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Frandom_records;h=b700dc19a22ef646d32d262ecb255533a5f29218;hb=c147f898ba5bb383be2617b33ad0088ae1ac1537;hp=83ac80d858b8dfb942f6a801c4e683800e18e0bc;hpb=66938be910a5642b50ddf28991649858b5c36580;p=biopieces.git diff --git a/bp_bin/random_records b/bp_bin/random_records index 83ac80d..b700dc1 100755 --- a/bp_bin/random_records +++ b/bp_bin/random_records @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env perl # Copyright (C) 2007-2009 Martin A. Hansen. @@ -26,6 +26,7 @@ # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +use warnings; use strict; use Maasha::Biopieces; use Maasha::Filesys; @@ -96,7 +97,6 @@ while ( $record = Maasha::Biopieces::get_record( $fh_in ) ) close $fh_in; unlink $tmp_file; -Maasha::Filesys::dir_remove( $tmp_dir ); Maasha::Biopieces::close_stream( $in ); Maasha::Biopieces::close_stream( $out );