From 68cae10769dbefdeb8da4e104cd54738f09e55d4e11589ddfe06626a2eba6ed1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 13 Apr 2015 18:10:31 +0000 Subject: [PATCH] Accepting request 295780 from devel:languages:perl:autoupdate OBS-URL: https://build.opensuse.org/request/show/295780 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Path?expand=0&rev=3 --- Module-Path-0.09.tar.gz | 3 --- Module-Path-0.19.tar.gz | 3 +++ perl-Module-Path.changes | 6 ++++++ perl-Module-Path.spec | 13 +++++++------ 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 Module-Path-0.09.tar.gz create mode 100644 Module-Path-0.19.tar.gz diff --git a/Module-Path-0.09.tar.gz b/Module-Path-0.09.tar.gz deleted file mode 100644 index bb6ff74..0000000 --- a/Module-Path-0.09.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5330a76ff56800778d825548b4d631510a1a6b4f04725dddca95e68c4ed3ac18 -size 11423 diff --git a/Module-Path-0.19.tar.gz b/Module-Path-0.19.tar.gz new file mode 100644 index 0000000..228c922 --- /dev/null +++ b/Module-Path-0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33179ce4dd73dfcde7d46808804b9ffbb11db0245fe455a7d001747562feaca +size 14328 diff --git a/perl-Module-Path.changes b/perl-Module-Path.changes index e20b883..2827645 100644 --- a/perl-Module-Path.changes +++ b/perl-Module-Path.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 13 17:41:57 UTC 2015 - coolo@suse.com + +- updated to 0.19 + see /usr/share/doc/packages/perl-Module-Path/Changes + ------------------------------------------------------------------- Tue Jul 30 21:31:10 UTC 2013 - coolo@suse.com diff --git a/perl-Module-Path.spec b/perl-Module-Path.spec index d08b9da..347e107 100644 --- a/perl-Module-Path.spec +++ b/perl-Module-Path.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Path # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Module-Path -Version: 0.09 +Version: 0.19 Release: 0 %define cpan_name Module-Path Summary: get the full path to a locally installed module @@ -31,12 +31,13 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Devel::FindPerl) BuildRequires: perl(Test::More) >= 0.88 -#BuildRequires: perl(Module::Path) %{perl_requires} %description -Module::Path provides a single function, 'module_path()', which will find -where a module is installed locally. +This module provides a single function, 'module_path()', which takes a +module name and finds the first directory in your '@INC' path where the +module is installed locally. It returns the full path to that file, +resolving any symlinks. It is portable and only depends on core modules. It works by looking in all the directories in '@INC' for an appropriately named file: @@ -75,6 +76,6 @@ The above is the basis for one of the tests. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes LICENSE README TODO.md %changelog