summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* manually updating INSTALL version "Upgrading from 5.X.Y or earlier" as ↵Stevan Little2011-09-201-1/+1
| | | | specified in the RMG
* bump version to 5.15.3 using Porting/bump-perl-versionStevan Little2011-09-201-7/+7
|
* bump version to 5.12.2 using Porting/bump-perl-versionRicardo Signes2011-08-201-7/+7
|
* bump perl version number to 5.15.1Zefram2011-07-201-8/+8
|
* update INSTALL with 5.15.0 referencesDavid Golden2011-06-201-2/+2
|
* Kill Devel::DProfFlorian Ragwitz2011-06-141-1/+0
| | | | It has been deprecated in 5.14. Now is the time to remove it.
* [perl #88812] INSTALL file changes (post-5.14)Kevin J. Woolley2011-05-181-44/+44
| | | | - minor spelling, punctuation corrections
* INSTALL: Change name so links to it aren't brokenKarl Williamson2011-05-181-1/+1
|
* INSTALL: broken linkKarl Williamson2011-05-181-1/+1
|
* Bump the perl version in various places for 5.15.0David Mitchell2011-05-181-8/+8
|
* First provisional bump to 5.14.0-RC0Jesse Vincent2011-04-021-10/+10
|
* Bump the perl version for 5.13.11Florian Ragwitz2011-03-201-8/+8
|
* INSTALL: Bump for 5.13.10Ævar Arnfjörð Bjarmason2011-02-201-2/+2
| | | | | | | | | | | | | Quoth Porting/release_managers_guide.pod: Review and update INSTALL to account for the change in version number; in particular, the "Coexistence with earlier versions of perl 5" section. Be particularly careful with the section "Upgrading from 5.X.Y or earlier". For stable releases, this needs to refer to the last release in the previous development cycle. For blead releases, it needs to refer to the previous blead release.
* Bump the perl version in various places to 5.13.10Ævar Arnfjörð Bjarmason2011-02-201-7/+7
| | | | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -s 5.13.9 5.13.10 > /tmp/scan ./perl -Ilib Porting/bump-perl-version -u < /tmp/scan And then manually editing the README.vms file to update the vmstar example.
* s/perlrepository/perlgit/gDave Rolsky2011-02-161-1/+1
| | | | Signed-off-by: Ævar Arnfjörð Bjarmason <avar@cpan.org>