Business-EDI

 view release on metacpan or  search on metacpan

lib/Business/EDI/CodeList/DialogueIdentification.pm  view on Meta::CPAN

package Business::EDI::CodeList::DialogueIdentification;

use base 'Business::EDI::CodeList';
my $VERSION     = 0.02;
sub list_number {return "0311";}
my $usage       = 'B';  # guessed value

# 0311 Dialogue identification                                    []
# Desc: 
# Repr: 
my %code_hash = (

);
sub get_codes { return \%code_hash; }

1;



( run in 2.039 seconds using v1.01-cache-2.11-cpan-8f98c5d2c55 )