diff options
Diffstat (limited to 'solenv/bin/modules/PCVSLib/Makefile.PL')
-rw-r--r-- | solenv/bin/modules/PCVSLib/Makefile.PL | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/solenv/bin/modules/PCVSLib/Makefile.PL b/solenv/bin/modules/PCVSLib/Makefile.PL deleted file mode 100644 index b1e7f9cca4c4..000000000000 --- a/solenv/bin/modules/PCVSLib/Makefile.PL +++ /dev/null @@ -1,44 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2008 by Sun Microsystems, Inc. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# $RCSfile: Makefile.PL,v $ -# -# $Revision: 1.3 $ -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -use 5.006; -use ExtUtils::MakeMaker; -# See lib/ExtUtils/MakeMaker.pm for details of how to influence -# the contents of the Makefile that is written. -WriteMakefile( - NAME => 'PCVSLib', - VERSION_FROM => 'lib/PCVSLib.pm', # finds $VERSION - PREREQ_PM => {}, # e.g., Module::Name => 1.1 - ($] >= 5.005 ? ## Add these new keywords supported since 5.005 - (ABSTRACT_FROM => 'lib/PCVSLib.pm', # retrieve abstract from module - AUTHOR => 'Jens-Heiner Rechtien<hr@openoffice.org>') : ()), -); -# vim: set ts=4 shiftwidth=4 expandtab syntax=perl: |