Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.29 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.     # insert prior to line 2613 / return $buffer =~ /$regex/m;
  2.     local $SIG{__WARN__} = sub {
  3.       my $e = shift;
  4.       App::Ack::warn( "$e\n  $self->{filename}:\n\nYou probably want to either convert this file to utf-8, ignore it in ~/.ackrc, or delete it.\n\n" );
  5.       return;
  6.     };
  7.     # end