ingydotnet / io-all-pm

All in One Perl IO
http://search.cpan.org/dist/IO-All/
38 stars 20 forks source link

merge with assert method from Path::Tiny? #78

Open wchristian opened 9 years ago

wchristian commented 9 years ago

See: https://metacpan.org/pod/Path::Tiny#assert

We already do have an assert, but it's quite different: https://metacpan.org/pod/distribution/IO-All/lib/IO/All.pod#assert

Maybe we can merge them into a super assert if @dagolden plays along?

dagolden commented 9 years ago

Probably needs a different name on IO::All.

Having assert also mean "touch" is a weird use of the term "assert" as usually used in programming.