The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

UMMF::MOF::Format::IDLIdentifier3 - A transformer for MOF 1.4 IDL Identifier Format 3.

SYNOPSIS

  use UMMF::MOF::Format::IDLIdentifier3;

  my $x = UMMF::MOF::Format::IDLIdentifier3->new;
  $x->transform('DSTC pty ltd') eq 'DSTC_PTY_LTD';

DESCRIPTION

Implements the IDL Identifier Format 3 as described in MOF 1.4 p.5-45.

USAGE

EXPORT

None exported.

AUTHOR

Kurt Stephens, ks.perl@kurtstephens.com 2003/05/25

SEE ALSO

UMMF

VERSION

$Revision: 1.1 $

METHODS