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.34 by root, Sat Apr 20 18:38:33 2019 UTC vs.
Revision 1.35 by root, Sat Apr 20 21:51:40 2019 UTC

408use Exporter qw(import); 408use Exporter qw(import);
409 409
410our $VERSION; 410our $VERSION;
411 411
412BEGIN { 412BEGIN {
413 $VERSION = 0.9; 413 $VERSION = '1.0';
414 XSLoader::load __PACKAGE__, $VERSION; 414 XSLoader::load __PACKAGE__, $VERSION;
415} 415}
416 416
417our %EXPORT_TAGS = ( 417our %EXPORT_TAGS = (
418 const_index => [qw( 418 const_index => [qw(

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines