avuserow / perl6-audio-taglib-simple

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

Cannot assign values to tag fields #14

Closed colomon closed 5 years ago

colomon commented 5 years ago

Trying to assign a tag results in

Cannot assign to a readonly variable or a value

This is Rakudo version 2018.12 built on MoarVM version 2018.12 implementing Perl 6.d.

Think I'm using 0.0.7 of this module.

avuserow commented 5 years ago

This was fixed by a previous pull request but I didn't get the version bumped. Please try 0.0.8 now. Thanks.

colomon commented 5 years ago

Huh. I'm a bit baffled by the complete sequence of events here, but I do have it working now. Thanks!