From: Graham B. <gb...@us...> - 2002-01-22 11:24:31
|
Update of /cvsroot/perl-ldap/asn/lib/Convert In directory usw-pr-cvs1:/tmp/cvs-serv12237/lib/Convert Modified Files: ASN1.pm ASN1.pod Log Message: Release 0.15 Index: ASN1.pm =================================================================== RCS file: /cvsroot/perl-ldap/asn/lib/Convert/ASN1.pm,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- ASN1.pm 2002/01/02 16:31:37 1.19 +++ ASN1.pm 2002/01/22 11:24:28 1.20 @@ -1,3 +1,6 @@ +# Copyright (c) 2000-2002 Graham Barr <gb...@po...>. All rights reserved. +# This program is free software; you can redistribute it and/or +# modify it under the same terms as Perl itself. package Convert::ASN1; @@ -10,7 +13,7 @@ BEGIN { @ISA = qw(Exporter); - $VERSION = '0.14_03'; + $VERSION = '0.15'; %EXPORT_TAGS = ( io => [qw(asn_recv asn_send asn_read asn_write asn_get asn_ready)], Index: ASN1.pod =================================================================== RCS file: /cvsroot/perl-ldap/asn/lib/Convert/ASN1.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ASN1.pod 2001/09/07 19:04:48 1.4 +++ ASN1.pod 2002/01/22 11:24:28 1.5 @@ -435,7 +435,7 @@ =head1 COPYRIGHT -Copyright (c) 2000-2001 Graham Barr <gb...@po...>. All rights reserved. +Copyright (c) 2000-2002 Graham Barr <gb...@po...>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |