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

perl-Code-DRY-0.03-bp153.1.16 RPM for ppc64le

From OpenSuSE Leap 15.3 for ppc64le

Name: perl-Code-DRY Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.03 Vendor: openSUSE
Release: bp153.1.16 Build date: Sat Mar 6 03:16:08 2021
Group: Development/Libraries/Perl Build host: obs-power9-07
Size: 119179 Source RPM: perl-Code-DRY-0.03-bp153.1.16.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Code-DRY/
Summary: Cut-and-Paste-Detector for Perl code
The module reports repeated text fragments (typically Perl code) that
could be considered for isolation and/or abstraction in order to
reduce multiple copies of the same code (a.k.a. cut and paste code).

Code duplicates may occur in the same line, file or directory.

Rather than the exponential-time ad-hoc approach to compare every
item against every other item, this module can create the suffix
array and the longest common prefix array for a string of 8-bit
characters. These data structures can be used to search for
repetitions of substrings in O(n) time. The current strategy is to
concatenate code from all files into one string and then use the
suffix array and its companion, the longest-common-prefix (lcp) array
on this string.

Provides

Requires

License

GPL-1.0+ or Artistic-1.0

Changelog

* Mon Feb 19 2018 jengelh@inai.de
  - Compact description.
* Wed Jan 25 2017 okurz@suse.com
  - Initial submission of Code::DRY version 0.03

Files

/usr/bin/CP_reporter
/usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/Code
/usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/Code/DRY.pm
/usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/Code
/usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/Code/DRY
/usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/Code/DRY/DRY.so
/usr/share/doc/packages/perl-Code-DRY
/usr/share/doc/packages/perl-Code-DRY/Changes
/usr/share/doc/packages/perl-Code-DRY/README
/usr/share/man/man1/CP_reporter.1.gz
/usr/share/man/man3/Code::DRY.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:44:41 2024