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

perl-File-IsSorted-0.2.0-1.mga9 RPM for noarch

From Mageia Cauldron for armv7hl / media / core / release

Name: perl-File-IsSorted Distribution: Mageia
Version: 0.2.0 Vendor: Mageia.Org
Release: 1.mga9 Build date: Sun May 15 10:00:36 2022
Group: Development/Perl Build host: localhost
Size: 78967 Source RPM: perl-File-IsSorted-0.2.0-1.mga9.src.rpm
Packager: tv <tv>
Url: https://metacpan.org/release/File-IsSorted
Summary: Test files for being lexicographical sorted
This checks if the lines of files or filehandles are monotonically and
lexicographically increasing, (= are already sorted). It may consume less
RAM and be faster than the naive way of doing 'cmp myfile.txt <(LC_ALL=C
sort myfile.txt)' and it runs at O(n) instead of O(n*log(n)) time and keeps
O(1) lines instead of O(n).

$checker->is_filehandle_sorted({fh => $input_fh, id => "my-file.txt"});
    Checks if $input_fh is sorted - throws an exception if it is not sorted
    and returns true if it is.

$checker->is_file_sorted({path => "/path/to/file.txt", id =>
"my-file.txt"});
    Checks if the file at path is sorted - throws an exception if it is not
    sorted and returns true if it is.

Provides

Requires

License

GPLv1+ or Artistic

Changelog

* Sun May 15 2022 tv <tv> 0.2.0-1.mga9
  + Revision: 1858214
  - update to 0.2.0
* Tue Mar 22 2022 umeabot <umeabot> 0.0.6-2.mga9
  + Revision: 1819771
  - Mageia 9 Mass Rebuild

Files

/usr/bin/is-sorted
/usr/share/doc/perl-File-IsSorted
/usr/share/doc/perl-File-IsSorted/Changes
/usr/share/doc/perl-File-IsSorted/LICENSE
/usr/share/doc/perl-File-IsSorted/META.json
/usr/share/doc/perl-File-IsSorted/META.yml
/usr/share/doc/perl-File-IsSorted/MYMETA.yml
/usr/share/doc/perl-File-IsSorted/README
/usr/share/man/man1/is-sorted.1.xz
/usr/share/man/man3/App::File::IsSorted.3pm.xz
/usr/share/man/man3/App::File::IsSorted::Command::check.3pm.xz
/usr/share/man/man3/File::IsSorted.3pm.xz
/usr/share/man/man3/Test::File::IsSorted.3pm.xz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/File
/usr/share/perl5/vendor_perl/App/File/IsSorted
/usr/share/perl5/vendor_perl/App/File/IsSorted.pm
/usr/share/perl5/vendor_perl/App/File/IsSorted/Command
/usr/share/perl5/vendor_perl/App/File/IsSorted/Command/check.pm
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/IsSorted.pm
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/File
/usr/share/perl5/vendor_perl/Test/File/IsSorted.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 24 07:05:26 2024