forked from pool/perl-Module-Path
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
This commit is contained in:
committed by
Git OBS Bridge
parent
9c8811dac5
commit
68cae10769
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5330a76ff56800778d825548b4d631510a1a6b4f04725dddca95e68c4ed3ac18
|
|
||||||
size 11423
|
|
3
Module-Path-0.19.tar.gz
Normal file
3
Module-Path-0.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b33179ce4dd73dfcde7d46808804b9ffbb11db0245fe455a7d001747562feaca
|
||||||
|
size 14328
|
@@ -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
|
Tue Jul 30 21:31:10 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Path
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Path
|
Name: perl-Module-Path
|
||||||
Version: 0.09
|
Version: 0.19
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Module-Path
|
%define cpan_name Module-Path
|
||||||
Summary: get the full path to a locally installed module
|
Summary: get the full path to a locally installed module
|
||||||
@@ -31,12 +31,13 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Devel::FindPerl)
|
BuildRequires: perl(Devel::FindPerl)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
#BuildRequires: perl(Module::Path)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Module::Path provides a single function, 'module_path()', which will find
|
This module provides a single function, 'module_path()', which takes a
|
||||||
where a module is installed locally.
|
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
|
It works by looking in all the directories in '@INC' for an appropriately
|
||||||
named file:
|
named file:
|
||||||
@@ -75,6 +76,6 @@ The above is the basis for one of the tests.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README TODO.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user