GD.pm (GD-2.71) | : | GD.pm (GD-2.72) | ||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
require Exporter; | require Exporter; | |||
require DynaLoader; | require DynaLoader; | |||
require AutoLoader; | require AutoLoader; | |||
use Carp 'croak','carp'; | use Carp 'croak','carp'; | |||
use GD::Image; | use GD::Image; | |||
use GD::Polygon; | use GD::Polygon; | |||
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $AUTOLOAD); | use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $AUTOLOAD); | |||
$VERSION = '2.71'; | $VERSION = '2.72'; | |||
our $XS_VERSION = $VERSION; | our $XS_VERSION = $VERSION; | |||
$VERSION = eval $VERSION; | $VERSION = eval $VERSION; | |||
@ISA = qw(Exporter DynaLoader); | @ISA = qw(Exporter DynaLoader); | |||
# Items to export into callers namespace by default. Note: do not export | # Items to export into callers namespace by default. Note: do not export | |||
# names by default without a very good reason. Use EXPORT_OK instead. | # names by default without a very good reason. Use EXPORT_OK instead. | |||
# Do not simply export all your public functions/methods/constants. | # Do not simply export all your public functions/methods/constants. | |||
@EXPORT = qw( | @EXPORT = qw( | |||
gdBrushed | gdBrushed | |||
gdDashSize | gdDashSize | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |