aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/App/RunForPid.pm630
1 files changed, 0 insertions, 30 deletions
diff --git a/lib/App/RunForPid.pm6 b/lib/App/RunForPid.pm6
index 69c8c6a..7d45941 100644
--- a/lib/App/RunForPid.pm6
+++ b/lib/App/RunForPid.pm6
@@ -124,33 +124,3 @@ multi sub MAIN() is export {
multi sub MAIN(Int $pid) is export {
say "Running for $pid";
}
-
-=begin pod
-
-=head1 NAME
-
-App::RunForPid - blah blah blah
-
-=head1 SYNOPSIS
-
-=begin code :lang<perl6>
-
-use App::RunForPid;
-
-=end code
-
-=head1 DESCRIPTION
-
-App::RunForPid is ...
-
-=head1 AUTHOR
-
-Matias Linares <matiaslina@gmail.com>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2020 Matias Linares
-
-This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
-
-=end pod