Perlbug::Object::Fixed - Fixed in Version handler


Perlbug documentation  | view source Contained in the Perlbug distribution.

Index


NAME

Top

Perlbug::Object::Fixed - Fixed in Version handler

DESCRIPTION

Top

Perlbug Fixed in Version class handler

For inherited methods, see Perlbug::Object

SYNOPSIS

Top

	use Perlbug::Object::Fixed;

	my $o_Fixed = Perlbug::Object::Fixed->new();

	print $o_Fixed ->read('3')->format('a');




METHODS

Top

new

Create new Fixed object:

	my $o_Fixed = Perlbug::Object::Fixed->new();

AUTHOR

Top

Richard Foley perlbug@rfi.net 2001


Perlbug documentation  | view source Contained in the Perlbug distribution.