Skip to content

Commit

Permalink
Releng
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Aug 4, 2017
1 parent ab6e1d8 commit e048700
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,4 +3,5 @@
/src/Makefile
/.panda-work
/lib/.precomp/
Stream-Buffered-*

28 changes: 15 additions & 13 deletions META6.json
@@ -1,23 +1,25 @@
{
"name" : "Stream::Buffered",
"authors" : [
"moznion"
],
"build-depends" : [ ],
"depends" : [
"IO::Blob",
"File::Temp"
],
"description" : "Temporary buffer to save bytes",
"license" : "Artistic-2.0",
"source-url" : "git://github.com/moznion/p6-Stream-Buffered.git",
"name" : "Stream::Buffered",
"perl" : "6",
"build-depends" : [ ],
"provides" : {
"Stream::Buffered" : "lib/Stream/Buffered.pm6",
"Stream::Buffered::Blob" : "lib/Stream/Buffered/Blob.pm6",
"Stream::Buffered::Auto" : "lib/Stream/Buffered/Auto.pm6",
"Stream::Buffered::Blob" : "lib/Stream/Buffered/Blob.pm6",
"Stream::Buffered::File" : "lib/Stream/Buffered/File.pm6"
},
"depends" : [
"IO::Blob",
"File::Temp"
],
"description" : "Temporary buffer to save bytes",
"resources" : [ ],
"source-url" : "git://github.com/moznion/p6-Stream-Buffered.git",
"tags" : [ ],
"test-depends" : [ ],
"version" : "*",
"authors" : [
"moznion"
]
"version" : "0.0.1"
}

0 comments on commit e048700

Please sign in to comment.