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

perl-File-IsSorted-0.0.6-1.mga8 RPM for noarch

From Mageia 8 for x86_64 / media / core / release

Name: perl-File-IsSorted Distribution: Mageia
Version: 0.0.6 Vendor: Mageia.Org
Release: 1.mga8 Build date: Wed Apr 29 03:23:26 2020
Group: Development/Perl Build host: localhost
Size: 78300 Source RPM: perl-File-IsSorted-0.0.6-1.mga8.src.rpm
Packager: tv <tv>
Url: http://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

* Wed Apr 29 2020 tv <tv> 0.0.6-1.mga8
  + Revision: 1573086
  - update to 0.0.6
* Thu Feb 20 2020 umeabot <umeabot> 0.0.5-2.mga8
  + Revision: 1545614
  - Mageia 8 Mass Rebuild
* Wed Jan 29 2020 tv <tv> 0.0.5-1.mga8
  + Revision: 1484955
  - update to 0.0.5
* Mon Dec 16 2019 tv <tv> 0.0.4-1.mga8
  + Revision: 1468393
  - update to 0.0.4
* Sun Dec 15 2019 shlomif <shlomif> 0.0.2-1.mga8
  + Revision: 1467375
  - imported package perl-File-IsSorted

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, Tue Apr 9 15:38:33 2024