avuserow / perl6-audio-taglib-simple

Read ID3 and other audio metadata with TagLib in Perl 6
MIT License
5 stars 6 forks source link

Add missing `is rw` #13

Closed AlexDaniel closed 6 years ago

AlexDaniel commented 6 years ago

It used to work without is rw in previous Rakudo releases even though it was incorrect. Future rakudo releases will include a fix, so changing it according to that. Also got rid of return because it has to be return-rw (but no return work just fine also).

avuserow commented 6 years ago

Thanks, I appreciate it.