head 1.4; access; symbols STRING_DIVERT_0_96:1.4 STRING_DIVERT_0_95:1.4 STRING_DIVERT_0_94:1.4 STRING_DIVERT_0_93:1.2 STRING_DIVERT_0_92:1.2 STRING_DIVERT_0_91:1.2; locks; strict; comment @# @; 1.4 date 2005.02.22.11.04.16; author rse; state Exp; branches; next 1.3; 1.3 date 2004.11.03.08.11.18; author rse; state Exp; branches; next 1.2; 1.2 date 2003.05.23.11.09.57; author rse; state Exp; branches; next 1.1; 1.1 date 2003.05.22.18.56.50; author rse; state Exp; branches; next ; desc @@ 1.4 log @say hello to 2005 here, to @ text @## ## String::Divert - String Object supporting Folding and Diversion ## Copyright (c) 2003-2005 Ralf S. Engelschall ## ## This file is part of String::Divert, a Perl module providing ## a string object supporting folding and diversion. ## ## 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 ## 2.0 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 file; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. ## ## Makefile.PL: Module Build Specification ## use 5.006; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'String::Divert', VERSION_FROM => 'Divert.pm', ABSTRACT => 'String Object supporting Folding and Diversion', PM => { 'Divert.pm' => '$(INST_LIBDIR)/Divert.pm', 'Divert.pod' => '$(INST_LIBDIR)/Divert.pod' }, PREREQ_PM => {}, AUTHOR => 'Ralf S. Engelschall ' ); @ 1.3 log @include year 2004 in Copyright @ text @d3 1 a3 1 ## Copyright (c) 2003-2004 Ralf S. Engelschall @ 1.2 log @o direct MakeMaker to not install sample[12].pl o cleanup naming of module, etc. o remove trailing whitespaces from codes o cleanup and extend documentation @ text @d3 1 a3 1 ## Copyright (c) 2003 Ralf S. Engelschall @ 1.1 log @finally add this little nasty beast to CVS @ text @d1 23 d25 1 a25 1 use 5.005; d31 3 @