Accepting request 397478 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/397478
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Shell-Config-Generate?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2016-05-25 07:37:22 +00:00
committed by Git OBS Bridge
parent 4f8e195c2c
commit ffbcd0d9e8
4 changed files with 20 additions and 11 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 23 12:41:50 UTC 2016 - coolo@suse.com
- updated to 0.25
see /usr/share/doc/packages/perl-Shell-Config-Generate/Changes
0.25 2016-05-05 18:43:37 -0400
- Add support for MSYS
-------------------------------------------------------------------
Sun Aug 23 09:21:24 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Shell-Config-Generate
#
# 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-Shell-Config-Generate
Version: 0.24
Version: 0.25
Release: 0
%define cpan_name Shell-Config-Generate
Summary: Portably generate config for any shell
@@ -43,9 +43,9 @@ differences between shells such as csh, sh, cmd.exe and command.com.
It does not modify the current environment, but it can be used to create
shell configurations which do modify the environment.
This module uses the Shell::Guess manpage to represent the different types
of shells that are supported. In this way you can statically specify just
one or more shells:
This module uses Shell::Guess to represent the different types of shells
that are supported. In this way you can statically specify just one or more
shells:
#!/usr/bin/perl
use Shell::Guess;
@@ -78,9 +78,9 @@ or
C:\> foo.bat
Alternatively you can use the shell that called your Perl script using the
Shell::Guess manpage's 'running_shell' method, and write the output to
standard out.
Alternatively you can use the shell that called your Perl script using
Shell::Guess's 'running_shell' method, and write the output to standard
out.
#!/usr/bin/perl
use Shell::Guess;