SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-Whitespaces rpm build for : OpenSuSE. For other distributions click perl-Test-Whitespaces.

Name : perl-Test-Whitespaces
Version : 1.2.1 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.1.1 Date : 2023-07-20 17:47:34
Group : Development/Libraries/Perl Source RPM : perl-Test-Whitespaces-1.2.1-lp155.1.1.src.rpm
Size : 0.05 MB
Packager : https://www_suse_com/
Summary : Test source code for errors in whitespaces
Description :
This module is intend to solve one simple task: to make sure that your
source code don\'t have problems with whitespaces.

This module checks that all the rules are followed.

* * Each line ends with \"\
\" (including the last line)

* * For new lines \"\
\" is used (not \"\\r\
\")

* * There are no ending spaces on the lines

* * 4 spaces are used instead of tabs

* * No empty lines in the end of file

This module don\'t export any subroutines, you only need to write a test
file and write there:

use Test::Whitespaces { dirs => [\'lib\'] };

Here is the full list of all avaliable parameters:

use Test::Whitespaces {


dirs => [ \'lib\', \'bin\', \'t\' ],


files => [ \'README\' ],


ignore => [ qr{\\.bak$} ],

};

This module does not check the files that are stored in the version control
system directories (you remember, that .git, .svn and friends).

This module is shiped with 2 scripts. `the test_whitespaces manpage` to
easy check files and directories and `the whiter manpage` to fix all that
errors.

And by the way, this module don\'t have any dependencies, but Perl. It does
not matter much, but it is nice =)

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Test-Whitespaces-1.2.1-lp155.1.1.noarch.rpm
     

Provides :
perl(Test::Whitespaces)
perl-Test-Whitespaces

Requires :
/usr/bin/perl
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/bin/test_whitespaces
/usr/bin/whiter
/usr/lib/perl5/vendor_perl/5.26.1/Test
/usr/lib/perl5/vendor_perl/5.26.1/Test/Whitespaces.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Test-Whitespaces
/usr/share/doc/packages/perl-Test-Whitespaces/Changes
/usr/share/doc/packages/perl-Test-Whitespaces/LICENSE
/usr/share/doc/packages/perl-Test-Whitespaces/README.md
/usr/share/man/man1/test_whitespaces.1.gz
/usr/share/man/man1/whiter.1.gz
/usr/share/man/man3/Test::Whitespaces.3pm.gz

 
ICM