diff --git a/META.info b/META.info index ff0c56e..ffb527d 100644 --- a/META.info +++ b/META.info @@ -10,6 +10,7 @@ "source-url" : "git://github.com/jonathanstowe/Audio-Encode-LameMP3.git", "perl" : "v6", "build-depends" : [ + "panda", "LibraryCheck", "AccessorFacade" ], @@ -25,5 +26,5 @@ "Audio::Sndfile" ], "description" : "Encode PCM Audio data to MP3 in Perl 6 using a binding to liblame", - "version" : "v0.0.2" + "version" : "v0.0.3" } diff --git a/lib/Audio/Encode/LameMP3.pm b/lib/Audio/Encode/LameMP3.pm index e803621..d796db7 100644 --- a/lib/Audio/Encode/LameMP3.pm +++ b/lib/Audio/Encode/LameMP3.pm @@ -392,7 +392,7 @@ A comment. The id3v2 tag is created with a language of "XXX" for some reason. =end pod -class Audio::Encode::LameMP3:ver:auth { +class Audio::Encode::LameMP3:ver:auth { use NativeCall; use AccessorFacade; use NativeHelpers::Array;