Base.pm (IO-Compress-2.100) | : | Base.pm (IO-Compress-2.101) | ||
---|---|---|---|---|
package IO::Uncompress::Base ; | package IO::Uncompress::Base ; | |||
use strict ; | use strict ; | |||
use warnings; | use warnings; | |||
use bytes; | use bytes; | |||
our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); | our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); | |||
@ISA = qw(IO::File Exporter); | @ISA = qw(IO::File Exporter); | |||
$VERSION = '2.100'; | $VERSION = '2.101'; | |||
use constant G_EOF => 0 ; | use constant G_EOF => 0 ; | |||
use constant G_ERR => -1 ; | use constant G_ERR => -1 ; | |||
use IO::Compress::Base::Common 2.100 ; | use IO::Compress::Base::Common 2.101 ; | |||
use IO::File ; | use IO::File ; | |||
use Symbol; | use Symbol; | |||
use Scalar::Util (); | use Scalar::Util (); | |||
use List::Util (); | use List::Util (); | |||
use Carp ; | use Carp ; | |||
%EXPORT_TAGS = ( ); | %EXPORT_TAGS = ( ); | |||
push @{ $EXPORT_TAGS{all} }, @EXPORT_OK ; | push @{ $EXPORT_TAGS{all} }, @EXPORT_OK ; | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |