Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
Add "panda" to build-depends
  • Loading branch information
jonathanstowe committed Jul 29, 2015
1 parent 88d038b commit 6e05378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion META.info
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"source-url" : "git://github.com/jonathanstowe/Audio-Encode-LameMP3.git",
"perl" : "v6",
"build-depends" : [
"panda",
"LibraryCheck",
"AccessorFacade"
],
Expand All @@ -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"
}
2 changes: 1 addition & 1 deletion lib/Audio/Encode/LameMP3.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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<v0.0.2>:auth<github:jonathanstowe> {
class Audio::Encode::LameMP3:ver<v0.0.3>:auth<github:jonathanstowe> {
use NativeCall;
use AccessorFacade;
use NativeHelpers::Array;
Expand Down

0 comments on commit 6e05378

Please sign in to comment.