[libfcgi-procmanager-perl] 09/21: Rename library into lib directory

Florian Schlichting fsfs at moszumanska.debian.org
Mon Sep 18 21:29:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag 0.21
in repository libfcgi-procmanager-perl.

commit 9534a6556a3c15e0116dac47101b189d7dcce936
Author: Tomas Doran (t0m) <t0m at state51.co.uk>
Date:   Wed Apr 27 21:49:07 2011 +0000

    Rename library into lib directory
---
 MANIFEST                                  | 11 -----------
 META.yml                                  | 21 ---------------------
 Makefile.PL                               |  2 +-
 ProcManager.pm => lib/FCGI/ProcManager.pm |  0
 4 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MANIFEST b/MANIFEST
deleted file mode 100644
index 22ab6bc..0000000
--- a/MANIFEST
+++ /dev/null
@@ -1,11 +0,0 @@
-COPYING
-MANIFEST
-MANIFEST.SKIP
-ChangeLog
-Makefile.PL
-ProcManager.pm
-README
-TODO
-t/procmanager.t
-t/exporter.t
-META.yml                                 Module meta-data (added by MakeMaker)
diff --git a/META.yml b/META.yml
deleted file mode 100644
index 394849d..0000000
--- a/META.yml
+++ /dev/null
@@ -1,21 +0,0 @@
---- #YAML:1.0
-name:               FCGI-ProcManager
-version:            0.19
-abstract:           A perl-based FastCGI process manager
-author:
-    - James E Jurach (muaddib at erf.net)
-license:            unknown
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
-build_requires:
-    ExtUtils::MakeMaker:  0
-requires:  {}
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.50
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
diff --git a/Makefile.PL b/Makefile.PL
index 7e2f807..fb51682 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,7 +13,7 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile
   (NAME         => 'FCGI::ProcManager',
-   VERSION_FROM => 'ProcManager.pm',   # finds $VERSION
+   VERSION_FROM => 'lib/FCGI/ProcManager.pm',   # finds $VERSION
    DISTNAME     => 'FCGI-ProcManager',
    ($] >= 5.005 ?
     (ABSTRACT   => 'A perl-based FastCGI process manager',
diff --git a/ProcManager.pm b/lib/FCGI/ProcManager.pm
similarity index 100%
rename from ProcManager.pm
rename to lib/FCGI/ProcManager.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfcgi-procmanager-perl.git



More information about the Pkg-perl-cvs-commits mailing list