github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

schwern / extutils-makemaker

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 26
    • 9
  • Source
  • Commits
  • Network (9)
  • Issues (0)
  • Downloads (85)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (5)
    • better_BUILD_REQUIRES_tests
    • historical
    • installhtml
    • master ✓
    • mymeta
  • Tags (85)
    • v6.56
    • v6.55_03
    • v6.55_02
    • v6.55_01
    • v6.54
    • v6.53_03
    • v6.53_02
    • v6.53_01
    • v6.52
    • v6.51_04
    • v6.51_03
    • v6.51_02
    • v6.51_01
    • v6.50
    • v6.49_01
    • v6.48
    • v6.47_02
    • v6.47_01
    • v6.46
    • v6.42
    • v6.30
    • v6.25.05
    • v6.25.04
    • v6.25.03
    • v6.25.02
    • v6.25.01
    • v6.25
    • v6.24.01
    • v6.24
    • v6.23
    • v6.22
    • v6.21_03
    • v6.21
    • v6.20
    • v6.19
    • v6.18
    • v6.17
    • v6.16
    • v6.15
    • v6.14
    • v6.13
    • v6.12
    • v6.11
    • v6.10_08
    • v6.10_07
    • v6.10_06
    • v6.10_05
    • v6.10_04
    • v6.10_03
    • v6.10_02
    • v6.10_01
    • v6.06_05
    • v6.06_04
    • v6.06_03
    • v6.06_02
    • v6.03
    • v6.02
    • v6.01
    • v6.00
    • v5.96_01
    • v5.95_01
    • v5.94_02
    • v5.94_01
    • v5.93_01
    • v5.92_01
    • v5.91_02
    • v5.91_01
    • v5.90_01
    • v5.55_02
    • v5.55_01
    • v5.54_01
    • v5.53_02
    • v5.53_01
    • v5.52_01
    • v5.51_01
    • v5.50_01
    • v5.49_01
    • v5.48_04
    • Bleadperl_15260
    • Bleadperl_15023
    • Bleadperl_14902
    • Bleadperl_14688
    • Bleadperl_14612
    • Bleadperl_14453
    • Bleadperl_14438
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Perl module which drives "perl Makefile.PL" to make Makefiles. — Read more

  cancel

http://makemaker.org

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Link to the repository in the POD 
schwern (author)
Tue Dec 22 16:21:46 -0800 2009
commit  cf2b8f7505b2d506d4d23ca855da4c2a7b9a4020
tree    6822fa71e03b908887b57bcd26247351fb0121ee
parent  02d56ca2d3e3027fc1640343b3fa1fddb25d1bd0
extutils-makemaker /
name age
history
message
file .gitignore Wed Apr 08 08:54:54 -0700 2009 Add a gitignore file, because I use git-svn. g... [schwern]
file Changes Thu Dec 17 14:06:06 -0800 2009 Version 6.56 [schwern]
file MANIFEST Mon Jul 13 23:34:09 -0700 2009 Test the "MakeMaker Parameters" section that CP... [schwern]
file MANIFEST.SKIP Sun Apr 26 17:28:07 -0700 2009 Clarify the MANIFEST.SKIP vs ExtUtils-Manifest ... [schwern]
file Makefile.PL Sun Dec 06 13:27:40 -0800 2009 Added 'Data::Dumper' to deps to try to prevent ... [Alexandr Ciornii]
file NOTES Fri Apr 02 12:34:51 -0800 2004 Removing MM_MacOS from class diagrams. Fixing ... [schwern]
file PATCHING Mon Sep 11 14:51:42 -0700 2006 r18085@Master-Windhund-IV: schwern | 2006-09-... [schwern]
file README Mon Sep 11 14:51:53 -0700 2006 r18086@Master-Windhund-IV: schwern | 2006-09-... [schwern]
file TODO Thu Jun 28 18:24:58 -0700 2007 mine! git-svn-id: http://svn.schwern.org/repos... [Todd Rinaldo]
directory bin/ Fri Apr 02 12:42:52 -0800 2004 Adding a SEE ALSO as suggested by bleadperl@223... [schwern]
directory inc/ Thu Feb 19 17:06:37 -0800 2009 Upgrade ExtUtils::Manifest to 1.56 git-svn-id:... [schwern]
directory lib/ Tue Dec 22 16:21:46 -0800 2009 Link to the repository in the POD [schwern]
directory t/ Fri Dec 04 16:10:32 -0800 2009 Some more tests, make sure the first one is acc... [schwern]
README
This is a CPAN distribution of the venerable MakeMaker module.  It has been
backported to work with Perl 5.005_03 and up.

If you do not have a make program, several can be found...

Most Unixen: The make utility which comes with your operating system
should work fine.  If you don't have one, GNU make is recommended,
most others (Sun, BSD, etc...) will work fine as well.
http://www.gnu.org/software/make/make.html                GNU make

Windows: nmake or dmake will work.  GNU make will *not*.
ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe      nmake
http://search.cpan.org/dist/dmake/                        dmake

VMS: MMS or the free MadGoat MaKe utility (MMK) will work.
http://www.madgoat.com/mmk.html                           MMK

If all else fails there is a pure Perl version of make available on
CPAN which should work on most Unixen.
http://search.cpan.org/author/NI-S/Make-1.00/             pmake


PLEASE NOTE: This distribution does not include the xsubpp or typemap
programs.  They are extremely specific to your version or Perl, so
MakeMaker will simply use the one which came with your copy of Perl.
Do not delete your old ExtUtils/ directory.  An upgraded version of xsubpp
can be found in the ExtUtils::ParseXS module.

Known Good Systems:

Every stable MakeMaker release is tested at least on:

MacOS X
Linux/x86
ActivePerl on Windows
Cygwin
OpenVMS

Covering the major portability flavors MakeMaker has to cover.
(I'm always on the lookout for DJGPP, Solaris, *BSD and OS/2 users)


Known Problems:

(See http://rt.cpan.org for a full list of open problems.)

Windows will likely be broken if Perl is installed in C:\Program Files or 
other prefix with a space in the name.

Using the MMS utility on VMS causes lots of extra newlines.  Unknown
why this is so, might be a bug in MMS.  Problem not seen with MMK.

GNU make does not work with MakeMaker on Windows.


Please report any bugs via http://rt.cpan.org.
Send questions and discussion to makemaker@perl.org
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server