| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
These are fixed to correctly line up and to fit into 79 columns
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
commit 30b6e59101b252c20a6b50b95203d1e2c6016604 moved TestInit.pm from
t to top level.
|
| |
|
| |
|
|
|
|
|
| |
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 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.
|
|
|
|
| |
...this change was promised to Jim Keenan
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Remove a superfluous C<LD_LIBRARY_PATH=`pwd`> - make test does this
automatically.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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
|
| |
|
| |
|
| |
|
|
|
|
| |
specified in the RMG
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It has been deprecated in 5.14. Now is the time to remove it.
|
|
|
|
| |
- minor spelling, punctuation corrections
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|