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:
committed by
Git OBS Bridge
parent
4f8e195c2c
commit
ffbcd0d9e8
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b83b1b8e9b6bcef3626a3d54c1c937e1a0ce579ecd7c592383dc36b424225baf
|
|
||||||
size 26246
|
|
3
Shell-Config-Generate-0.25.tar.gz
Normal file
3
Shell-Config-Generate-0.25.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b044b33a1e6649da0ac2ad78dfd5a47e5249558594190e5b90adbc540777f49
|
||||||
|
size 26392
|
@@ -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
|
Sun Aug 23 09:21:24 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Shell-Config-Generate
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Shell-Config-Generate
|
Name: perl-Shell-Config-Generate
|
||||||
Version: 0.24
|
Version: 0.25
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Shell-Config-Generate
|
%define cpan_name Shell-Config-Generate
|
||||||
Summary: Portably generate config for any shell
|
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
|
It does not modify the current environment, but it can be used to create
|
||||||
shell configurations which do modify the environment.
|
shell configurations which do modify the environment.
|
||||||
|
|
||||||
This module uses the Shell::Guess manpage to represent the different types
|
This module uses Shell::Guess to represent the different types of shells
|
||||||
of shells that are supported. In this way you can statically specify just
|
that are supported. In this way you can statically specify just one or more
|
||||||
one or more shells:
|
shells:
|
||||||
|
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
use Shell::Guess;
|
use Shell::Guess;
|
||||||
@@ -78,9 +78,9 @@ or
|
|||||||
|
|
||||||
C:\> foo.bat
|
C:\> foo.bat
|
||||||
|
|
||||||
Alternatively you can use the shell that called your Perl script using the
|
Alternatively you can use the shell that called your Perl script using
|
||||||
Shell::Guess manpage's 'running_shell' method, and write the output to
|
Shell::Guess's 'running_shell' method, and write the output to standard
|
||||||
standard out.
|
out.
|
||||||
|
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
use Shell::Guess;
|
use Shell::Guess;
|
||||||
|
Reference in New Issue
Block a user