SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Shell-Perl rpm build for : Mageia 9. For other distributions click perl-Shell-Perl.

Name : perl-Shell-Perl
Version : 0.4.0 Vendor : Mageia_Org
Release : 4.mga9 Date : 2022-03-21 02:26:37
Group : Development/Perl Source RPM : perl-Shell-Perl-0.4.0-4.mga9.src.rpm
Size : 0.05 MB
Packager : umeabot < umeabot>
Summary : Dumpers for Shell::Perl
Description :
This is the implementation of a command-line interpreter for Perl. I wrote
this because I was tired of using B< irb> when needing a calculator with a
real language within. Ah, that and because it was damn easy to write it.

This module is the heart of the B< pirl> script provided with B< Shell-Perl>
distribution, along with this module.

EXAMPLE SESSION
$ pirl
Welcome to the Perl shell. Type \':help\' for more information


pirl AATT> 1+1
2

pirl AATT> use YAML qw(Load Dump);
()

pirl AATT> $data = Load(\"--- { a: 1, b: [ 1, 2, 3] }\
\");
{ a => 1, b => [1, 2, 3] }

pirl AATT> $var = \'a 1 2 3\'; $var =~ /(\\w+) (\\d+) (\\d+)/
(\"a\", 1, 2)

pirl AATT> :q

RPM found in directory: /vol/rzm3/linux-mageia/distrib/9/armv7hl/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Shell-Perl-0.4.0-4.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Shell-Perl-0.4.0-4.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Shell-Perl-0.4.0-4.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Shell-Perl-0.4.0-4.mga9.noarch.rpm
     

Provides :
perl(Shell::Perl)
perl(Shell::Perl::Data::Dump)
perl(Shell::Perl::Data::Dump::Streamer)
perl(Shell::Perl::Data::Dumper)
perl(Shell::Perl::Dumper)
perl(Shell::Perl::Dumper::Plain)
perl(Shell::Perl::Dumper::YAML)
perl-Shell-Perl

Requires :
perl(Class::Accessor)
perl(File::Basename)
perl(File::HomeDir)
perl(Getopt::Long) >= 2.430.0
perl(IPC::Cmd)
perl(Path::Class) >= 0.340.0
perl(Shell::Perl)
perl(Shell::Perl::Dumper)
perl(Term::ReadLine)
perl(Test::Deep)
perl(Test::More)
perl(base)
perl(constant)
perl(lib)
perl(strict)
perl(version) >= 0.770.0
perl(warnings)
perl-base >= 2:5.34.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/bin/pirl
/usr/share/doc/perl-Shell-Perl
/usr/share/doc/perl-Shell-Perl/Changes
/usr/share/doc/perl-Shell-Perl/META.json
/usr/share/doc/perl-Shell-Perl/META.yml
/usr/share/doc/perl-Shell-Perl/MYMETA.yml
/usr/share/doc/perl-Shell-Perl/README
/usr/share/man/man1/pirl.1.xz
/usr/share/man/man3/Shell::Perl.3pm.xz
/usr/share/man/man3/Shell::Perl::Dumper.3pm.xz
/usr/share/perl5/vendor_perl/Shell
/usr/share/perl5/vendor_perl/Shell/Perl
/usr/share/perl5/vendor_perl/Shell/Perl.pm
/usr/share/perl5/vendor_perl/Shell/Perl/Dumper.pm

 
ICM