#!/usr/bin/perl
# Sample script to test CPAN

use strict;
my $VERSION = 0.1;

print "Hello, world!  version $VERSION of my test $0 !\n";

=head1 NAME

Test_BRUGNARA a simple script to test CPAN upload

=head1 DESCRIPTION

None to write.

=head1 README

This is an example to upload script file to CPAN.

=head1 PREREQUISITES

This script requires the C<strict> module. 

=head1 COREQUISITES


=pod OSNAMES

any

=pod SCRIPT CATEGORIES

Fun/Educational

=cut

