Constants.pm (IO-Compress-2.100) | : | Constants.pm (IO-Compress-2.101) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
use strict ; | use strict ; | |||
use warnings; | use warnings; | |||
use bytes; | use bytes; | |||
require Exporter; | require Exporter; | |||
our ($VERSION, @ISA, @EXPORT, %GZIP_OS_Names); | our ($VERSION, @ISA, @EXPORT, %GZIP_OS_Names); | |||
our ($GZIP_FNAME_INVALID_CHAR_RE, $GZIP_FCOMMENT_INVALID_CHAR_RE); | our ($GZIP_FNAME_INVALID_CHAR_RE, $GZIP_FCOMMENT_INVALID_CHAR_RE); | |||
$VERSION = '2.100'; | $VERSION = '2.101'; | |||
@ISA = qw(Exporter); | @ISA = qw(Exporter); | |||
@EXPORT= qw( | @EXPORT= qw( | |||
GZIP_ID_SIZE | GZIP_ID_SIZE | |||
GZIP_ID1 | GZIP_ID1 | |||
GZIP_ID2 | GZIP_ID2 | |||
GZIP_FLG_DEFAULT | GZIP_FLG_DEFAULT | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |