The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension D64::Disk::Dir::Item.

0.04  2013-02-17
    - bug fixed: added missing dependency on parent, which is required to import
      Clone module that is used to clone disk directory item object

0.03  2013-02-11
    - added "clone" method that copies an entire D64::Disk::Dir::Item object

0.02  2013-02-09
    - added implementation of "empty" method, which verifies if directory item
      contains information about the actual disk file or not
    - added implementation of "writable" method, which verifies if directory
      item is writable and can be replaced by any new file that would be written
      into disk

0.01  2013-02-02
    - initial version (provides miscellaneous procedures to access and modify
      individual directory entries of D64/D71/D81 disk images)