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-lp152.3.2 RPM for armv7hl

From OpenSuSE Ports Leap 15.2 for armv7hl

Name: perl-Code-DRY Distribution: openSUSE Leap 15.2
Version: 0.03 Vendor: openSUSE
Release: lp152.3.2 Build date: Mon Nov 18 12:58:47 2019
Group: Development/Libraries/Perl Build host: armbuild19
Size: 68751 Source RPM: perl-Code-DRY-0.03-lp152.3.2.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/armv7l-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi/Code
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi/Code/DRY.pm
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi/auto/Code
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi/auto/Code/DRY
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-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, Sat Mar 9 12:35:51 2024