CPANPLUS-Dist-Slackware
view release on metacpan or search on metacpan
lib/CPANPLUS/Dist/Slackware/Util.pm view on Meta::CPAN
=item B<< $str = slurp( $filename ) >>
Read a file.
=item B<< $ok = spurt( $filename, $str, ... ) >>
Write to a file.
=item B<< $str = filetype( $filename ) >>
Get a file's type.
=item B<< $gzname = gzip( $filename ) >>
Compress a file.
=item B<< $ok = strip( $filename, ... ) >>
Strip object files.
=back
=head1 DIAGNOSTICS
=over 4
=item B<< Could not create file FILE >>
A file could not be opened for writing.
=item B<< Could not write to file FILE >>
Is a file system full?
=item B<< Could not run COMMAND >>
An external command failed to execute.
=back
=head1 CONFIGURATION AND ENVIRONMENT
None.
=head1 DEPENDENCIES
See CPANPLUS::Dist::Slackware.
=head1 INCOMPATIBILITIES
None known.
=head1 SEE ALSO
CPANPLUS::Dist::Slackware
=head1 AUTHOR
Andreas Voegele E<lt>voegelas@cpan.orgE<gt>
=head1 BUGS AND LIMITATIONS
Please report any bugs using the issue tracker at
L<https://github.com/graygnuorg/CPANPLUS-Dist-Slackware/issues>.
=head1 LICENSE AND COPYRIGHT
Copyright 2017-2020 Andreas Voegele
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
See https://dev.perl.org/licenses/ for more information.
=cut
( run in 0.864 second using v1.01-cache-2.11-cpan-39bf76dae61 )