The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Convert::ASN1::asn1c.

0.01  Mon Sep 13 10:13:54 2010
	- original version; created by h2xs 1.23 with options
		-AX -n Convert::ASN1::asn1c

0.02  Tue Sep 14 10:18:00 2010
	- added META.yml so that CPAN Testers knows about this modules dependencies
    - changed test script so that tests that rely on unber/enber are skipped if
      those are not found because there is no possibility (that I know of) to
      specify non-perl dependencies (i.e., dependencies on external programs).

0.03  Tue Sep 14 12:53:00 2010
	- the previous update didn't have the desired effect, as META.yml is
	  autogenerated by ExtUtils::MakeMaker, so I changed Makefile.PL now
	- fixed an error in the pod formatting of the documentation

0.04  Wed Sep 15 10:43:00 2010
	- instead of giving the template file name to the encode / decode function
      it is now also possible to supply the template directly as a string with
      the sencode and sdecode function
	- added a new function to retreive a list of the tags found in an "unknow"
      PDU. This helps to decide which template should be used to extract
      values from the binary PDU in cases where the application protocol
      allows the arrival of several different PDUs
    - Put usefull information in the README file