aaronpriven / actium

Programs used for schedules and other information at AC Transit
Other
1 stars 1 forks source link

Base Actium::O::Folder on Path::Class::Dir #2

Closed aaronpriven closed 6 years ago

aaronpriven commented 8 years ago

Making Actium::O::Folder inherit from Path::Class::Dir would allow code to be reduced in Actium::O::Folder, allow more seamless use of Path::Class::File, and take advantage of better tested code.

aaronpriven commented 7 years ago

Or maybe Path::Tiny, or something else.

aaronpriven commented 6 years ago

New Actium::Storage::Folder, Actium::Storage::File, and Actium::Signup did this. Yay.