Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-String-Random-0.320.0-3.mga10 RPM for noarch

From Mageia Cauldron for armv7hl / media / core / release

Name: perl-String-Random Distribution: Mageia
Version: 0.320.0 Vendor: Mageia.Org
Release: 3.mga10 Build date: Fri Jun 27 05:49:06 2025
Group: Development/Perl Build host: localhost
Size: 89034 Source RPM: perl-String-Random-0.320.0-3.mga10.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/String-Random
Summary: Perl module to generate random strings based
This module makes it trivial to generate random strings.

As an example, let's say you are writing a script that needs to generate a
random password for a user. The relevant code might look something like
this:

  use String::Random;
  $pass = new String::Random;
  print "Your password is ", $pass->randpattern("CCcc!ccn"), "\n";

Provides

Requires

License

GPL+ or Artistic

Changelog

* Fri Jun 27 2025 umeabot <umeabot> 0.320.0-3.mga10
  + Revision: 2207283
  - Mageia 10 Mass Rebuild

Files

/usr/share/doc/perl-String-Random
/usr/share/doc/perl-String-Random/Changes
/usr/share/doc/perl-String-Random/LICENSE
/usr/share/doc/perl-String-Random/META.json
/usr/share/doc/perl-String-Random/META.yml
/usr/share/doc/perl-String-Random/MYMETA.yml
/usr/share/doc/perl-String-Random/README
/usr/share/doc/perl-String-Random/TODO
/usr/share/man/man3/String::Random.3pm.xz
/usr/share/perl5/vendor_perl/String
/usr/share/perl5/vendor_perl/String/Random.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jun 28 06:00:53 2025