Modified:
trunk/CPAN/IRC-Bot-Log-Extended/lib/IRC/Bot/Log/Extended.pm
Log:
tiny change
Modified: trunk/CPAN/IRC-Bot-Log-Extended/lib/IRC/Bot/Log/Extended.pm
==============================================================================
--- trunk/CPAN/IRC-Bot-Log-Extended/lib/IRC/Bot/Log/Extended.pm (original)
+++ trunk/CPAN/IRC-Bot-Log-Extended/lib/IRC/Bot/Log/Extended.pm Sun Feb 22
22:50:29 2009
@@ -56,7 +56,7 @@
return if ( -e $file );
open( my $fh, '>', $file ) || croak "Cannot Open $file!";
- print $fh "...\n";
+ print $fh "\n";
close($fh) || croak "Cannot Close $file!";
}