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

NAME

D64::Disk::Status::Factory - Factory class to create D64::Disk::Status objects for all existing 1541 DOS error messages

SYNOPSIS

  use D64::Disk::Status::Factory;

  # Create a new disk status object instance:
  my $status = D64::Disk::Status::Factory->new($error_code);

DESCRIPTION

D64::Disk::Status::Factory is a factory class to create D64::Disk::Status objects for all existing 1541 DOS error messages.

METHODS

new

Create a new disk status object instance:

  my $status = D64::Disk::Status::Factory->new($error_code);

$error_code is one of pre-defined error codes for all existing CBM floppy error messages, and defaults to 0 (which is no error, OK status).

BUGS

There are no known bugs at the moment. Please report any bugs or feature requests.

EXPORT

None. No method is exported into the caller's namespace neither by default nor explicitly.

SEE ALSO

D64::Disk::Status.

AUTHOR

Pawel Krol, <pawelkrol@cpan.org>.

VERSION

Version 0.03 (2013-03-09)

COPYRIGHT AND LICENSE

Copyright 2013 by Pawel Krol <pawelkrol@cpan.org>.

This library is free open source software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.

PLEASE NOTE THAT IT COMES WITHOUT A WARRANTY OF ANY KIND!