Skip to content

Commit

Permalink
v0.1_7
Browse files Browse the repository at this point in the history
+ Another attempt to fix IO::Handle seek for debian

Signed-off-by: Jed Lund <jandrew@cpan.org>
  • Loading branch information
Jed Lund committed May 5, 2016
1 parent 336fde1 commit bb6e5b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Spreadsheet/Reader/ExcelXML.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Spreadsheet::Reader::ExcelXML;
use version 0.77; our $VERSION = version->declare('v0.1_5');
use version 0.77; our $VERSION = version->declare('v0.1_7');
###LogSD warn "You uncovered internal logging statements for Spreadsheet::Reader::ExcelXML-$VERSION";

use 5.010;
Expand Down
3 changes: 1 addition & 2 deletions lib/Spreadsheet/Reader/ExcelXML/XMLReader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ use Carp qw( confess longmess );
use Clone qw( clone );
use Data::Dumper;
use Encode qw( encode decode );
#~ use IO::Handle qw( seek );
use IO::Seekable;
use IO::Handle 1.22;
use lib '../../../../lib',;
###LogSD with 'Log::Shiras::LogSpace';
###LogSD use Log::Shiras::Telephone;
Expand Down

0 comments on commit bb6e5b4

Please sign in to comment.