summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/documentation/manual/manpages-dependencies/build-spec/orig/pecho
blob: d98208848b9f93b81d275d03e3521f3c4c1e72d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/perl

use strict;
use warnings;

print join(' ', @ARGV), "\n";

=head1 NAME

pecho - POSIX compliant Perl implementation of echo

=head1 SYNOPSIS

pecho [args ...]

=head1 DESCRIPTION

Prints arguments to stdout.

=head1 AUTHORS

Niels Thykier <niels@thykier.net>

=cut