ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-BER-XS/XS.pm
(Generate patch)

Comparing Convert-BER-XS/XS.pm (file contents):
Revision 1.17 by root, Sat Apr 20 13:46:14 2019 UTC vs.
Revision 1.18 by root, Sat Apr 20 13:48:53 2019 UTC

289use Exporter qw(import); 289use Exporter qw(import);
290 290
291our $VERSION; 291our $VERSION;
292 292
293BEGIN { 293BEGIN {
294 $VERSION = 0.7; 294 $VERSION = 0.8;
295 XSLoader::load __PACKAGE__, $VERSION; 295 XSLoader::load __PACKAGE__, $VERSION;
296} 296}
297 297
298our %EXPORT_TAGS = ( 298our %EXPORT_TAGS = (
299 const => [qw( 299 const => [qw(

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines