File: no_packages_nor_subs

package info (click to toggle)
libperl-metrics-simple-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 280 kB
  • ctags: 103
  • sloc: perl: 1,255; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl
###############################################################################

use strict;
use warnings;

print "Hello world.\n";

exit;