SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Win32-Autoglob rpm build for : OpenSuSE. For other distributions click perl-Win32-Autoglob.

Name : perl-Win32-Autoglob
Version : 1.01 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.7.1 Date : 2023-07-20 18:11:30
Group : Development/Libraries/Perl Source RPM : perl-Win32-Autoglob-1.01-lp155.7.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Expand Globs in @Argv When the Shell Doesn\'t
Description :
Normal MSWindows shells are exceptional in that they don\'t do globbing for
you -- i.e., if you enter:

C:\\stuff> perl thing.pl whatever.bin *.txt thing.dat

then _thing.pl_\'s AATTARGV will consist of just \'(\'whatever.bin\', \'*.txt\',
\'thing.dat\')\'.

If you just add \'use Win32::Autoglob;\' in your program, this module will
alter AATTARGV by performing globbing. I.e., \'\'*.txt\'\' will be expanded to
whatever _*.txt_ matches, like \'(\'whatever.bin\', \'junk.txt\', \'stuff.txt\',
\'thing.dat\')\' -- or if there are no _*.txt_ files, you\'ll just get an AATTARGV
of \'(\'whatever.bin\', \'thing.dat\')\'.

Under Cygwin or under anything but MSWin, this module has no effect, so you
can use \'use Win32::Autoglob;\' in any program, and the globbing will happen
only when it\'s running under MSWin (and not Cygwin, because Cygwin _does_
do globbing).

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-W/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Win32-Autoglob-1.01-lp155.7.1.noarch.rpm
     

Provides :
perl(Win32::Autoglob)
perl-Win32-Autoglob

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Win32
/usr/lib/perl5/vendor_perl/5.26.1/Win32/Autoglob.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Win32-Autoglob
/usr/share/doc/packages/perl-Win32-Autoglob/README
/usr/share/man/man3/Win32::Autoglob.3pm.gz

 
ICM