Accepting request 745156 from devel:languages:perl:autoupdate

- updated to 0.004005
   see /usr/share/doc/packages/perl-PERLANCAR-Module-List/Changes
  0.004005  2019-09-12  Released-By: PERLANCAR; Urgency: medium
  
  	  - [doc] Mention Module::List::Tiny, Module::List::Wildcard.
  
  	  - Add import() to be able to be imported like Module:List &
  	    Module::List::Tiny.

OBS-URL: https://build.opensuse.org/request/show/745156
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PERLANCAR-Module-List?expand=0&rev=4
This commit is contained in:
Lars Vogdt
2019-11-04 20:56:56 +00:00
committed by Git OBS Bridge
parent ed04e30c20
commit fea68aad88
4 changed files with 24 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:973b65cbe2ce4245b98924febb34d1159f79b397f0bde093254d4d5b7035633e
size 17959

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb721dea4a6afde8337d633fbd516976213e34dc0b94753539db057448e10a13
size 18571

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 4 11:25:39 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.004005
see /usr/share/doc/packages/perl-PERLANCAR-Module-List/Changes
0.004005 2019-09-12 Released-By: PERLANCAR; Urgency: medium
- [doc] Mention Module::List::Tiny, Module::List::Wildcard.
- Add import() to be able to be imported like Module:List &
Module::List::Tiny.
-------------------------------------------------------------------
Sat Aug 3 05:18:40 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -17,7 +17,7 @@
Name: perl-PERLANCAR-Module-List
Version: 0.004004
Version: 0.004005
Release: 0
%define cpan_name PERLANCAR-Module-List
Summary: Fork of Module::List
@@ -36,15 +36,16 @@ Recommends: perl(String::Wildcard::Bash) >= 0.040
%{perl_requires}
%description
This module is a fork of Module::List. It's exactly like Module::List,
except for the following differences:
This module is my personal experimental fork of Module::List; the
experiment has also produced other forks like Module::List::Tiny,
Module::List::Wildcard. It's like Module::List, except for the following
differences:
* * lower startup overhead (with some caveats)
It strips the usage of Exporter (so you cannot import 'list_modules()' and
need to invoke it using fully qualified name), IO::Dir, Carp, File::Spec,
with the goal of saving a few milliseconds (a casual test on my PC results
in 11ms vs 39ms).
It avoids using Exporter and implements its own import(). It avoids
IO::Dir, Carp, File::Spec, with the goal of saving a few milliseconds (a
casual test on my PC results in 11ms vs 39ms).
Path separator is hard-coded as '/'.