Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kyanny/199382 to your computer and use it in GitHub Desktop.
Save kyanny/199382 to your computer and use it in GitHub Desktop.
--- ResultSet.pm.orig 2007-06-10 17:50:39.000000000 +0900
+++ ResultSet.pm 2009-10-02 10:19:23.000000000 +0900
@@ -61,7 +61,7 @@
}
my $len = $self->length;
- $text =~ s/^(.{$len}).*$/$1¥n/s;
+ $text =~ s/^(.{$len}.*?¥x{3002}).*$/$1¥n/s;
$text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment