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.16 by root, Sat Apr 20 02:07:45 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(
503 503
504REAL values are not supported and will croak. 504REAL values are not supported and will croak.
505 505
506This module has undergone little to no testing so far. 506This module has undergone little to no testing so far.
507 507
508=head2 ITHREADS SUPPORT
509
510This module is unlikely to work when the (officially discouraged) ithreads
511are in use.
512
508=head1 AUTHOR 513=head1 AUTHOR
509 514
510 Marc Lehmann <schmorp@schmorp.de> 515 Marc Lehmann <schmorp@schmorp.de>
511 http://software.schmorp.de/pkg/Convert-BER-XS 516 http://software.schmorp.de/pkg/Convert-BER-XS
512 517

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines