1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
#!/usr/bin/perl
# $Header: /Users/matisse/Desktop/CVS2GIT/matisse.net.cvs/Perl-Metrics-Simple/t/test_files/no_packages_nor_subs,v 1.2 2006/09/03 17:13:29 matisse Exp $
# $Revision: 1.2 $
# $Author: matisse $
# $Source: /Users/matisse/Desktop/CVS2GIT/matisse.net.cvs/Perl-Metrics-Simple/t/test_files/no_packages_nor_subs,v $
# $Date: 2006/09/03 17:13:29 $
###############################################################################
use strict;
use warnings;
print "Hello world.\n";
exit;
|