8
0
Stephan Kulow
2014-02-24 06:42:44 +00:00
committed by Git OBS Bridge
parent 78a855207b
commit 682163d857
4 changed files with 30 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Runtime
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products 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-Runtime
Version: 0.013
Version: 0.014
Release: 0
%define cpan_name Module-Runtime
Summary: runtime module handling
@@ -30,7 +30,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
#BuildRequires: perl(Module::Runtime)
%{perl_requires}
%description
@@ -43,7 +42,8 @@ The parts of this module that work with module names apply the same syntax
that is used for barewords in Perl source. In principle this syntax can
vary between versions of Perl, and this module applies the syntax of the
Perl on which it is running. In practice the usable syntax hasn't changed
yet, but there's a good chance of it changing in Perl 5.18.
yet. There's some intent for Unicode module names to be supported in the
future, but this hasn't yet amounted to any consistent facility.
The functions of this module whose purpose is to load modules include
workarounds for three old Perl core bugs regarding 'require'. These