summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* Bump version for 5.19.4Steve Hay2013-08-201-14/+14
|
* Mention the 'make clean' makefile target [perl #38307].Andy Dougherty2013-07-301-1/+3
| | | | | | | | Mention the 'make clean' target in INSTALL. It cleans up a lot, but not everything. Since perl is used extensively in its own build process, it may involve attempting to build perl in order to clean up. Alternatively, we could just make 'clean' an alias for 'realclean'.
* bump version to v5.19.3Aristotle Pagaltzis2013-07-221-14/+14
|
* bump version to v5.19.2David Golden2013-06-201-14/+14
|
* Fix Perl version references in INSTALLDavid Golden2013-06-201-2/+2
| | | | | Also update the RMG to remind people to do this for the "late" bumps in BLEAD-POINT and BLEAD-FINAL releases
* bump version to 5.19.1Ricardo Signes2013-05-201-14/+14
|
* Remove cpan/Pod-LaTeX and pod2latex utilityChris 'BinGOs' Williams2013-05-181-1/+0
|
* Remove cpan/CPANPLUS and associated utilitiesChris 'BinGOs' Williams2013-05-181-3/+0
|
* bump version to 5.19.0Ricardo Signes2013-05-181-14/+14
|
* INSTALL: fix a couple of typosDavid Mitchell2013-05-081-1/+1
|
* document and improve hash algorithm randomization related build optionsYves Orton2013-05-081-32/+60
| | | | | | Install was a copy of other material, made heavy reference to 5.8.x and and didnt really document what it should have. I reworked it to be more up to date.
* Bump version to 5.18.0-RC0Ricardo Signes2013-05-071-15/+15
| | | | | | | | This was done with: ./perl -Ilib Porting/bump-perl-version -i 5.17.12 5.18.0 Followed by two tiny manual edits: INSTALL and patchlevel.h
* Bump the perl version in various places for 5.17.12Ricardo Signes2013-04-201-14/+14
| | | | ...even though it should not get released
* Bump version to5.17.11Max Maischein2013-03-221-14/+14
|
* Bump version number in INSTALLMax Maischein2013-03-211-2/+2
|
* Bump to v5.17.10Chris 'BinGOs' Williams2013-02-201-14/+14
|
* INSTALL: Fix pod verbatim linesKarl Williamson2013-02-151-59/+68
| | | | These are fixed to correctly line up and to fit into 79 columns
* Bump the Perl version in various places for 5.17.9Aaron Crane2013-01-201-15/+15
|
* Bump the perl version in various places for 5.17.8Dave Rolsky2012-12-181-15/+15
|
* s/5.17.5/5.17.6/ in the INSTALL documentDave Rolsky2012-12-171-2/+2
|
* Remove the BeOS port.Nicholas Clark2012-12-141-1/+1
| | | | | | | | | BeOS was an operating system for personal computers developed by Be Inc, initially for their BeBox hardware. The OS Haiku was written as an open source replacement/continuation for BeOS, and its perl port is current and actively maintained. The BeOS port has not been updated since 2004.
* bump version to 5.17.7Ricardo Signes2012-11-201-14/+14
|
* Remove the EPOC port.Nicholas Clark2012-11-191-5/+1
| | | | | | | EPOC was a family of operating systems developed by Psion for mobile devices. It was the predecessor of Symbian. The port was last updated in April 2002.
* Bump the version to 5.17.6Florian Ragwitz2012-10-191-15/+15
|
* Bump the perl version to 5.17.5Florian Ragwitz2012-09-191-15/+15
|
* Bump version to 5.17.4Steve Hay2012-08-201-13/+13
|
* bump to version 5.17.3Tony Cook2012-07-201-13/+13
|
* [perl #113020] INSTALL: Clarify CPAN::autobundleFather Chrysostomos2012-07-131-2/+3
|
* bump version to 5.17.2Jesse Luehrs2012-06-201-14/+14
|
* bump version to 5.17.1Jesse Luehrs2012-06-191-16/+16
|
* In cflags.SH trim the case statement of file basenames.Nicholas Clark2012-06-191-3/+10
| | | | | | | | | | | | | | Add examples showing how to use cflags.SH to tweak the compiler flags used for individual object files. Previously cflags.SH contained a somewhat stale pre-canned list of file basenames including removed files such as usersub (deleted before 5.000 shipped), and a partial list of 5.000 XS extensions. Whilst it's possible to generate the correct list in cflags by parsing MANIFEST (and adding a few fixups), it's still not actually *useful*, as cflags gets overwritten as soon as config.sh changes. Hence the most end-user useful solution with minimal maintenance is to eliminate the list entirely, and document how the user should add to it as necessary.
* fix comparative Perl version numbersZefram2012-05-251-1/+1
|
* bump version to 5.17.0Ricardo Signes2012-05-201-16/+16
|
* [perl #112924] [PATCH] Clarify test instructions in INSTALLAndy Dougherty2012-05-161-7/+12
| | | | | | | | | | | | | | | | | While trying to track down a failed test, I found the instructions in the INSTALL file to be less than optimal. This patch re-orders the suggestions to put the ones most likely to work first, clarifies which directory you should be in, and moves a "see-also" type reference to where it is more likely to be useful. The catalyst for this was that ./perl -MTestInit cpan/Archive-Extract/t/01_Archive-Extract.t fails because it can't find strict.pm. (See [perl #1122926].) Since it's probably not the only such case, I thought it useful and prudent to advise using t/harness instead as a first recourse.
* bump version to 5.16.0 RC0Ricardo Signes2012-05-101-15/+15
| | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -i 5.15.9 5.16.0 ...followed by a small edit to INSTALL and patchlevel.h.
* Correct INSTALL to warn about editing cflags, not cflags.SHNicholas Clark2012-04-171-2/+2
| | | | | | Commit 668cbedd4fc8e9b2 in Nov 2011, as part of a much larger set of edits and corrections, inadvertently changed 'cflags' to 'cflags.SH', which is not correct in context.
* INSTALL doc changes because of TestInit.pm movementSlaven Rezic2012-04-161-2/+2
| | | | | commit 30b6e59101b252c20a6b50b95203d1e2c6016604 moved TestInit.pm from t to top level.
* Bump the perl version in various places for 5.15.9Abigail2012-03-191-14/+14
|
* Bump versions from 5.15.7 to 5.15.8Max Maischein2012-02-201-14/+14
|
* in INSTALL, make clear -DDEBUGGING is much slowerDavid Mitchell2012-02-131-2/+2
| | | | | There's some existing text that says it will be bigger and slower, but add some 'much'es to the text to make it clear that it *really* sucks.
* Update list of files for a minimal installation in INSTALL.Andy Dougherty2012-01-251-91/+86
| | | | | | | Update the minimal list of files for 5.15.7, and also for Debian's perl-5.10.1 base package (which is what is in the Debian stable distribution at present). These lists do not include any explicit advice about what to name those stripped down installations.
* point git-using installers to pod/perlgitRicardo Signes2012-01-231-0/+4
| | | | ...this change was promised to Jim Keenan
* Bump the perl version in various places for v5.15.7Chris 'BinGOs' Williams2012-01-201-8/+8
|
* Purge references to --netscape and --libpods, no longer in Pod::HtmlNicholas Clark2012-01-171-1/+0
| | | | | | | | | | The long deprecated --netscape flag was removed in commit 27b29ec338b08496. This was originally added to control use of Netscape specific HTML extensions, , but became a no-op when that functionality was removed. --libpods was removed in commit 3b49d8d9ac841d8e. However neither commit removed use of these flags by callers to Pod::Html, notably in installhtml and the Makefiles that invoke it. Hence this commit.
* Eliminate a couple more suidperl and sperl references.Nicholas Clark2011-12-241-2/+0
| | | | | Remove a superfluous C<LD_LIBRARY_PATH=`pwd`> - make test does this automatically.
* Bump the perl version in various places for 5.15.6Dave Rolsky2011-12-191-8/+8
|
* Update IO-Compress to CPAN version 2.044Chris 'BinGOs' Williams2011-12-041-0/+1
| | | | | | | | | | | | | | | | | [DELTA] 2.044 2 December 2011 * Moved FAQ.pod under the lib directory so it can get installed * Added bin/zipdetails * IO::Compress::Zip - In one-shot mode enable Zip64 mode if the input file/buffer >= 0xFFFFFFFF bytes. * IO::Compress::FAQ - Updates
* [RT #36079] Convert ` to '.jkeenan2011-11-221-2/+2
|
* Bump the perl version for 5.15.5Steve Hay2011-11-201-8/+8
|
* Bump the perl version in various places for 5.15.4Florian Ragwitz2011-10-201-8/+8
|