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,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
|
||||
|
Reference in New Issue
Block a user