summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..e496501
--- /dev/null
+++ b/META.json
@@ -0,0 +1,61 @@
+{
+ "abstract" : "Interface to Bzip2 compression library",
+ "author" : [
+ "Rob Janes <arjay@cpan.org>"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.143240",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Compress-Bzip2",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc"
+ ]
+ },
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "runtime" : {
+ "recommends" : {
+ "Compress::Raw::Bzip2" : "2.060",
+ "Compress::Zlib" : "1.19",
+ "IO::Compress::Bzip2" : "2.060"
+ },
+ "requires" : {
+ "Carp" : "0",
+ "Config" : "0",
+ "Fcntl" : "0",
+ "File::Copy" : "0",
+ "File::Spec" : "0",
+ "Getopt::Std" : "0",
+ "Test::More" : "0",
+ "constant" : "1.04"
+ }
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ],
+ "repository" : {
+ "url" : "https://github.com/rurban/Compress-Bzip2"
+ }
+ },
+ "version" : "2.22"
+}