diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP new file mode 100644 index 0000000000000000000000000000000000000000..b1a5fcef0aa0737c606e05ed785335ebc8fd0ca2 --- /dev/null +++ b/MANIFEST.SKIP @@ -0,0 +1,5 @@ +config-samples +xt +.gitignore +README.md +redminer diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000000000000000000000000000000000000..0b531789212dc1a2a7646bc0dcbc46382c40534f --- /dev/null +++ b/dist.ini @@ -0,0 +1,19 @@ +name = WebService-Redmine +version = 0.006 +author = Anton Soldatov <igelhaus@gmail.com> +license = Perl_5 +main_module = lib/WebService/Redmine.pm +copyright_holder = Anton Soldatov + +[@Basic] + +[Prereqs / TestRequires] +Test::More = 0 +Test::Pod = 1.00 +Test::Pod::Coverage = 0 + +[Prereqs] +URI = 0 +URI::QueryParam = 0 +LWP::UserAgent = 0 +JSON::XS = 0