Perl-Apollo / Corinna

Corinna - Bring Modern OO to the Core of Perl
Artistic License 2.0
156 stars 19 forks source link

add deps to makefile #42

Closed trwww closed 2 years ago

trwww commented 2 years ago

after installing a fresh perl v5.34.0 on osx 10.15.7 and cloning Cor, when running:

prove -r -l -v t

I got:

t/corinna/rfc/config/reader.t ... Can't locate Readonly.pm in @INC

and then:

t/corinna/rfc/config/reader.t ... Can't locate Type/Library.pm in @INC

this commit adds those libraries to the Cor makefile

Ovid commented 2 years ago

Actually, my apologies. I've switched from Types::Standard and related libraries to using Object::Types, an experimental Object::Pad-based replacement for Types::Standard that is bundled with the code.

I really appreciate the PR, though. Even though it's not being added, it's pushed me to fix some issues I should have gotten to sooner. (though if you could pull the repo again and run prove -lr t, I'd appreciate it!)