From 11e901e2e1aa8997b9d936df310fb571e41e4337 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Sat, 6 Jun 2009 20:30:15 +0200 Subject: [PATCH] v1.1.0 - using cpan2dist --ban instead of --ignore, which somehow seems to have changed - adding resources to meta.yml --- Changes | 6 ++++++ META.yml | 12 +++++++----- lib/App/CPAN2Pkg.pm | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index fda6d6a..66ce77c 100644 --- a/Changes +++ b/Changes @@ -14,6 +14,12 @@ High-level changelog Low-level changelog =================== +1.1.0 Sat Jun 6 20:27:53 CEST 2009 + - using cpan2dist --ban instead of --ignore, which somehow seems to have changed + - adding resources to meta.yml + +** + 1.0.0 Sun May 17 12:14:19 CEST 2009 - updating prereqs + moving on when module installed from upstream - splitted module in poe session + worker diff --git a/META.yml b/META.yml index 2d4da61..42f7fd8 100644 --- a/META.yml +++ b/META.yml @@ -1,11 +1,13 @@ --- name: App-CPAN2Pkg -version: 1.0.0 +version: 1.1.0 author: - 'Jerome Quelin ' abstract: generating native linux packages from cpan license: perl resources: + bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-CPAN2Pkg + homepage: http://search.cpan.org/dist/App-CPAN2Pkg license: http://dev.perl.org/licenses/ repository: http://repo.or.cz/w/app-cpan2pkg.git requires: @@ -41,14 +43,14 @@ recommends: provides: App::CPAN2Pkg: file: lib/App/CPAN2Pkg.pm - version: 1.0.0 + version: 1.1.0 App::CPAN2Pkg::Curses: file: lib/App/CPAN2Pkg/Curses.pm App::CPAN2Pkg::Module: file: lib/App/CPAN2Pkg/Module.pm App::CPAN2Pkg::Worker: file: lib/App/CPAN2Pkg/Worker.pm -generated_by: Module::Build version 0.32 +generated_by: Module::Build version 0.33 meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.2.html - version: 1.2 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 diff --git a/lib/App/CPAN2Pkg.pm b/lib/App/CPAN2Pkg.pm index 72e0d61..d8faa9d 100644 --- a/lib/App/CPAN2Pkg.pm +++ b/lib/App/CPAN2Pkg.pm @@ -21,7 +21,7 @@ use Class::XSAccessor }; use POE; -our $VERSION = '1.0.0'; +our $VERSION = '1.1.0'; sub spawn { my ($class, $opts) = @_; -- 2.11.4.GIT