diff options
Diffstat (limited to 'ext/Encode/bin/enc2xs')
-rw-r--r-- | ext/Encode/bin/enc2xs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Encode/bin/enc2xs b/ext/Encode/bin/enc2xs index f2287d4675..a54663cfe5 100644 --- a/ext/Encode/bin/enc2xs +++ b/ext/Encode/bin/enc2xs @@ -8,7 +8,7 @@ BEGIN { use strict; use Getopt::Std; my @orig_ARGV = @ARGV; -our $VERSION = do { my @r = (q$Revision: 1.26 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +our $VERSION = do { my @r = (q$Revision: 1.27 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; # These may get re-ordered. # RAW is a do_now as inserted by &enter @@ -714,7 +714,7 @@ sub outtable foreach my $b (@{$a->{'Entries'}}) { my ($sc,$ec,$out,$t,$end,$l,$fb) = @$b; - $end |= 0x80 if $fb; + # $end |= 0x80 if $fb; # what the heck was on your mind, Nick? -- Dan print $fh "{"; if ($l) { |