8
0

Accepting request 439462 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/439462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Install?expand=0&rev=14
This commit is contained in:
2016-11-10 12:28:39 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Oct 25 05:48:58 UTC 2016 - coolo@suse.com
- updated to 1.17
see /usr/share/doc/packages/perl-Module-Install/Changes
1.17 2016-10-24
- fix issue with mkpath with empty path
- removed irrelevant code for Perl < v5.6
- VMS fixes (RT#79858, Craig A. Berry)
- documentation updated to reflect current discouraged state
-------------------------------------------------------------------
Sat May 2 06:00:42 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Install
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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-Install
Version: 1.16
Version: 1.17
Release: 0
%define cpan_name Module-Install
Summary: Standalone, extensible Perl module installer
@@ -66,8 +66,8 @@ Recommends: perl(PAR::Dist) >= 0.29
%description
*Module::Install* is a package for writing installers for CPAN (or
CPAN-like) distributions that are clean, simple, minimalist, act in a
strictly correct manner with the ExtUtils::MakeMaker manpage, and will run
on any Perl installation version 5.005 or newer.
strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl
installation version 5.005 or newer.
The intent is to make it as easy as possible for CPAN authors (and
especially for first-time CPAN authors) to have installers that follow all
@@ -91,6 +91,6 @@ the best practices for distribution installation, but involve as much DWIM
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes README TODO
%changelog