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,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;
|
||||
|
Reference in New Issue
Block a user