AppleII-LibA2
view release on metacpan or search on metacpan
0.08 2007-03-24 beta
- Updated my email address and some documentation.
- Added POD tests.
- Added another fix for the --no-scripts install option.
- There are no functional changes.
0.07 2007-02-03 beta
- I discovered that the --no-scripts install option was not working.
Only the Build.PL script was changed; no modules were updated.
0.06 2006-10-08 beta
[AppleII::Disk]
- The write_blocks method now treats block 0 specially
[AppleII::ProDOS]
- Can now write sparse files
- pack_date now accepts Date::Calc format dates
- Added unpack_date
lib/AppleII/ProDOS.pm view on Meta::CPAN
# reserved:
# The contents of the reserved section (8 byte string)
# type:
# 0xF for a volume directory, 0xE for a subdirectory
# version:
# The contents of the VERSION & MIN_VERSION (2 byte string)
#
# For subdirectories:
# parent: The block number in the parent directory where our entry is
# parentNum: Our entry number within that block of the parent directory
# fixParent: True means our parent entry needs to be updated
#
# We also use the os_openDirs field of the disk to keep track of open
# directories. It contains a hash of Directory objects indexed by key
# block. The constructors automatically add the new objects to the
# hash, and the destructor removes them.
#---------------------------------------------------------------------
AppleII::ProDOS->import(qw(a2_croak pack_date pack_name parse_name
short_date valid_date valid_name));
use Carp;
( run in 0.250 second using v1.01-cache-2.11-cpan-05444aca049 )