SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-IO-All rpm build for : OpenSuSE. For other distributions click perl-IO-All.

Name : perl-IO-All
Version : 0.87 Vendor : openSUSE
Release : bp154.1.1 Date : 2021-07-15 10:58:18
Group : Development/Libraries/Perl Source RPM : perl-IO-All-0.87-bp154.1.1.src.rpm
Size : 0.21 MB
Packager : https://bugs_opensuse_org
Summary : IO::All to Larry Wall!
Description :
IO::All combines all of the best Perl IO modules into a single nifty object
oriented interface to greatly simplify your everyday Perl IO idioms. It
exports a single function called \'io\', which returns a new IO::All object.
And that object can do it all!

The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, Tie::File,
File::Spec, File::Path, File::MimeInfo and File::ReadBackwards; as well as
all the DBM and MLDBM modules. You can use most of the methods found in
these classes and in IO::Handle (which they inherit from). IO::All adds
dozens of other helpful idiomatic methods including file stat and
manipulation functions.

IO::All is pluggable, and modules like IO::All::LWP and IO::All::Mailto add
even more functionality. Optionally, every IO::All object can be tied to
itself. This means that you can use most perl IO builtins on it: readline,
\'< >\', getc, print, printf, syswrite, sysread, close.

The distinguishing magic of IO::All is that it will automatically open (and
close) files, directories, sockets and other IO things for you. You never
need to specify the mode (\'< \', \'>>\', etc), since it is determined by the
usage context. That means you can replace this:

open STUFF, \'< \', \'./mystuff\'
or die \"Can\'t open \'./mystuff\' for input:\
$!\";
local $/;
my $stuff = < STUFF>
close STUFF;

with this:

my $stuff < io \'./mystuff\';

And that is a *good thing*!

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-IO-All-0.87-bp154.1.1.noarch.rpm
ftp.icm.edu.pl  perl-IO-All-0.87-bp154.1.1.noarch.rpm
     

Provides :
perl(IO::All)
perl(IO::All::Base)
perl(IO::All::DBM)
perl(IO::All::Dir)
perl(IO::All::File)
perl(IO::All::Filesys)
perl(IO::All::Link)
perl(IO::All::MLDBM)
perl(IO::All::Pipe)
perl(IO::All::STDIO)
perl(IO::All::Socket)
perl(IO::All::String)
perl(IO::All::Temp)
perl-IO-All

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/IO
/usr/lib/perl5/vendor_perl/5.26.1/IO/All
/usr/lib/perl5/vendor_perl/5.26.1/IO/All.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All.pod
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Base.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/DBM.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/DBM.pod
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Dir.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Dir.pod
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/File.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/File.pod
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Filesys.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Filesys.pod
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Link.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Link.pod
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/MLDBM.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/MLDBM.pod
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Pipe.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Pipe.pod
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/STDIO.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/STDIO.pod
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Socket.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Socket.pod
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/String.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/String.pod
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Temp.pm
/usr/lib/perl5/vendor_perl/5.26.1/IO/All/Temp.pod
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi
/usr/share/doc/packages/perl-IO-All
/usr/share/doc/packages/perl-IO-All/CONTRIBUTING
There is 18 files more in these RPM.

 
ICM