fergot semicolon derrrrr
authorShawn Boyette <sboyette@esilibrary.com>
Thu, 30 Apr 2009 14:33:52 +0000 (14:33 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Thu, 30 Apr 2009 14:33:52 +0000 (14:33 +0000)
Equinox-Migration/lib/Equinox/Migration/MARCXMLSampler.pm

index 90cc242..e32b000 100644 (file)
@@ -80,7 +80,7 @@ sub new {
 
     # if we have a sample arg, create the sample map
     die "Can't use a mapfile and mapstring\n"
-      if ($args{mapfile} and $args{mapstring})
+      if ($args{mapfile} and $args{mapstring});
     $self->{map} = Equinox::Migration::SimpleTagList->new(file => $args{mapfile})
         if ($args{mapfile});
     $self->{map} = Equinox::Migration::SimpleTagList->new(str => $args{mapstring})