Spirit-Of-PallThayer/0000755000175000017500000000000011572455451013732 5ustar pallipalliSpirit-Of-PallThayer/t/0000755000175000017500000000000012313706146014167 5ustar pallipalliSpirit-Of-PallThayer/t/Spirit-Of-PallThayer.t0000644000175000017500000000075411572164327020246 0ustar pallipalli# Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl Spirit-Of-PallThayer.t' ######################### # change 'tests => 1' to 'tests => last_test_to_print'; use Test::More tests => 1; BEGIN { use_ok('Spirit::Of::PallThayer') }; ######################### # Insert your test code below, the Test::More module is use()ed here so read # its man page ( perldoc Test::More ) for help writing this test script. Spirit-Of-PallThayer/lib/0000755000175000017500000000000012313706006014465 5ustar pallipalliSpirit-Of-PallThayer/lib/Spirit/0000755000175000017500000000000011572164327015751 5ustar pallipalliSpirit-Of-PallThayer/lib/Spirit/Of/0000755000175000017500000000000012313706250016304 5ustar pallipalliSpirit-Of-PallThayer/lib/Spirit/Of/PallThayer.pm0000644000175000017500000000270211572455415020722 0ustar pallipallipackage Spirit::Of::PallThayer; use 5.010000; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( 'all' => [ qw( ) ] ); our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = qw( ); our $VERSION = '1.0'; 1; __END__ =head1 NAME Spirit::Of::PallThayer - Perl extension for spiritually enhanced code =head1 SYNOPSIS use Spirit::Of::PallThayer; Embed the spirit of Pall Thayer in your program =head1 DESCRIPTION This module will spiritually enhance your program by invoking the spirit of Pall Thayer in the code. =head2 EXPORT None by default. =head1 SEE ALSO See Wassily Kandinski's 'Concerning the Spiritual in Art'. http://pallthayer.dyndns.org/spiritual_code =head1 AUTHOR Paul Thayer, Epallthay@gmail.com =head1 COPYRIGHT AND LICENSE Copyright (C) 2011 by Paul Thayer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . =cut Spirit-Of-PallThayer/Changes0000644000175000017500000000026111572455430015221 0ustar pallipalliRevision history for Perl extension Spirit::Of::PallThayer. 1.0 Fri Jun 3 09:59:51 2011 - original version; created by h2xs 1.23 with options -XAn Spirit::Of::PallThayer Spirit-Of-PallThayer/MANIFEST0000644000175000017500000000013111572164327015055 0ustar pallipalliChanges Makefile.PL MANIFEST README t/Spirit-Of-PallThayer.t lib/Spirit/Of/PallThayer.pm Spirit-Of-PallThayer/Makefile.PL0000644000175000017500000000107611572164327015707 0ustar pallipalliuse 5.010000; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( NAME => 'Spirit::Of::PallThayer', VERSION_FROM => 'lib/Spirit/Of/PallThayer.pm', # finds $VERSION PREREQ_PM => {}, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/Spirit/Of/PallThayer.pm', # retrieve abstract from module AUTHOR => 'Paul Thayer ') : ()), ); Spirit-Of-PallThayer/README0000644000175000017500000000155611572455451014621 0ustar pallipalliSpirit-Of-PallThayer version 1.0 ================================= INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES none COPYRIGHT AND LICENCE Copyright (C) 2011 by Paul Thayer This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .