Bring Storage::Generic::AoA up to date so it runs properly with the
commit034f1343dc31b7b35805e6318e5de93c78929ae8
authorMark Glines <mark@glines.org>
Sun, 8 Jun 2008 13:51:42 +0000 (8 06:51 -0700)
committerMark Glines <mark@glines.org>
Sun, 8 Jun 2008 13:51:42 +0000 (8 06:51 -0700)
tree4c10b1bebfa251001e27cbede72b6db82cd404bd
parentc30c394367b4fe31252e16eaf16a66d83920765f
Bring Storage::Generic::AoA up to date so it runs properly with the

current L::B codebase, and add a test file for it.

Rename _enlarge to expand, it is a first class method now.  (Generic
methods in Storage.pm will call it.)

Remove _out_of_bounds(), that functionality is handled by
Vector->bounds_check now.
Changes
lib/Language/Befunge/Storage/Generic/AoA.pm
t/1-classes/storage-generic-aoa.t [new file with mode: 0644]