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.25 by root, Sat Apr 20 15:23:26 2019 UTC vs.
Revision 1.26 by root, Sat Apr 20 15:23:55 2019 UTC

430 430
431our @EXPORT_OK = map @$_, values %EXPORT_TAGS; 431our @EXPORT_OK = map @$_, values %EXPORT_TAGS;
432 432
433$EXPORT_TAGS{all} = \@EXPORT_OK; 433$EXPORT_TAGS{all} = \@EXPORT_OK;
434$EXPORT_TAGS{const} = [map @{ $EXPORT_TAGS{$_} }, qw(const_index const_asn)]; 434$EXPORT_TAGS{const} = [map @{ $EXPORT_TAGS{$_} }, qw(const_index const_asn)];
435use Data::Dump; ddx \%EXPORT_TAGS;
436 435
437=head1 PROFILES 436=head1 PROFILES
438 437
439While any BER data can be correctly encoded and decoded out of the box, it 438While any BER data can be correctly encoded and decoded out of the box, it
440can be inconvenient to have to manually decode some values into a "better" 439can be inconvenient to have to manually decode some values into a "better"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines