Skip to content

Commit

Permalink
Make :encoding use the new readdelim method
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Oct 12, 2017
1 parent 1b0fb8f commit 3ac1e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext/PerlIO-encoding/encoding.pm
@@ -1,7 +1,7 @@
package PerlIO::encoding;

use strict;
our $VERSION = '0.25';
our $VERSION = '0.26';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";

Expand Down
1 change: 1 addition & 0 deletions ext/PerlIO-encoding/encoding.xs
Expand Up @@ -652,6 +652,7 @@ static PERLIO_FUNCS_DECL(PerlIO_encode) = {
PerlIOBuf_get_ptr,
PerlIOBuf_get_cnt,
PerlIOBuf_set_ptrcnt,
PerlIOBuf_readdelim,
};
#endif /* encode layer */

Expand Down

0 comments on commit 3ac1e37

Please sign in to comment.