Commit graph

18 commits

Author SHA1 Message Date
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
obache
083a398a2e Update p5-common-sense to 3.72.
Revision history for perl pragma common::sense.

3.72 Wed Jul 31 19:44:18 CEST 2013
	- install paths were wrong for current MakeMaker (reported
          by various people).

3.71 Wed Jul 31 02:34:48 CEST 2013
	- CPAN failed to parse the version number in 3.7, try to work
          around.

3.7  Wed Jul 31 01:26:50 CEST 2013
	- move pod to separate file, to further improve loading times.
        - make it arch-specific, adding a test that warns when an old
          version is still installed.
	- due to a logic glitch, warnings were not enabled at all on 5.16.
2013-09-02 12:48:10 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
428d1d0ac5 Update to 3.6:
3.6  Sun Jun 17 14:24:53 CEST 2012
	- work around more 5.16 breakage - $^H doesn't work as nicely as
          p5p make you to believe.
        - add features: unicode_strings current_sub fc evalbytes.
        - disable features: array_base.
2012-10-21 22:49:26 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wiz
37f092bf1a Update to 3.5:
3.5  Wed Mar  7 20:50:48 CET 2012
        - localise $^W, as this causes warnings with 5.16 when some lost
          soul uses -w. common::sense doesn't support $^W, but tries to
          shield module authors and programs from its ill effects. If you
          enable $^W, then you normally get to keep the pieces because you
          change semantics of other people's code.
2012-04-22 10:51:17 +00:00
adam
f2631fe026 Ouch: commit distinfo as well 2011-08-10 08:46:11 +00:00
adam
de5e8c5523 Changes 3.4:
* remove "regexp" category. this is rather painful as it's a large class, but
  unfortunately, somebody thought emitting a warning when you match more than
  32kb of text is in some way useful, which spoils the whole category.
* use META.json instead of META.yml - apparently YAML parsers don't actually
  exist
2011-08-10 06:44:29 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
18a0f5dd73 Update p5-common-sense from version 3.2 to version 3.3.
Upstream changes:
3.3  Fri Jul  2 22:40:14 CEST 2010
        - removed "exiting" category - this is too useful to create new
          control statements, and fails utterly with eval, as eval will
          catch the (fatal) warning itself. Kind of hurts, but this is
          just another warning category which is too broad and has to be
          disabled fully because of a minority of issues.
2010-07-12 00:35:18 +00:00
seb
c0ea52bdb5 Update p5-common-sense from version 3.1 to version 3.2.
Upstream changes:
3.2  Fri Apr 16 01:46:02 CEST 2010
	- removed "substr" warning - while it overall is a good category,
          "substr '', 2" is entirely sensible.
2010-04-24 16:50:16 +00:00
seb
fe1b8e51a7 Update p5-common-sense from version 3.00 to version 3.1.
Upstream changes:
3.1  Sat Apr  3 04:56:36 CEST 2010
        - removed "parenthesis" warning:
             sysread $fh, my $buf, -s $fh; # ok
             sysread $fh, my $buf, $size;  # warning
          Made no sense to me, especially as $size is in scope.
	- no longer hardcode warning/struct bits, calculate them at
          installation time, for when I will no longer be alive etc.
	- tweaked documentation.
2010-04-11 22:04:29 +00:00
sno
c89a4b3a05 Updating devel/p5-common-sense from 2.02 to 3.00
Upstream changes:
3.0  Tue Dec 15 03:24:28 CET 2009
	- enable "use utf8" effect by default.
	- removed "utf8" warning category. while this contains useful security
          stuff, it also makes implementing security stuff almost impossible,
          as it completely mangles perls internal utf8 encoding with actual
          utf-8 encoding, and confuses "unicode", "string codepoints" and
          "utf-8" so much that it becoems practically unusable.

2.03  Wed Dec  2 18:38:53 CET 2009
	- removed "unopened" warning category, as this breaks "stat _", which
          seems to be a bug in all perl versions (see perlbug #71002).
        - some doc updates.
2010-02-17 12:38:23 +00:00
seb
ff3e7d91ac Update p5-common-sense from version 2.0 to version 2.02.
Upstream changes:
2.02  Wed Nov  4 12:04:08 CET 2009
	- no functional changes.
	- add META.yml clarification to the faq, tune the docs a bit
          and add a "much reduced typing" section.
        - unfortunately, the tone of the manpage has tightened and is
          more serious in many parts now. We consider this a bug that we
          plan to fix before 2100.

2.01  Mon Oct  5 17:01:48 CEST 2009
	- add a FAQ section.
	- use a more future-proof way to set the warning mask.
2009-11-22 11:58:35 +00:00
sno
8fd03b3567 Updating devel/p5-common-sense from 1.0 to 2.0
Upstream changes:
2.0   Tue Sep  1 20:28:25 CEST 2009
	- codename "fatality", now with big doses of... fatality.
	- enabled an enourmous number of warnings and made them FATAL,
          as warned about in earlier releases. Of course we carefully
          tested the new warnings against our modules, as mentioned
          in the manpage, too.
2009-09-14 06:52:57 +00:00
seb
ef1cdde83d Update p5-common-sense from version 0.04 to version 1.0.
Upstream changes:
1.0   Sat Aug 22 22:08:50 CEST 2009
	- no functional changes.
	- really, the first version of common sense!
        - slightly improved documentation.
	- forgot to include license.
2009-08-23 23:12:25 +00:00
sno
6a374e7858 Importing package for p5 module common::sense-0.04 as dependency for
scheduled import of p5-EV-3.7

This module implements some sane defaults for Perl programs, as defined
by two typical (or not so typical - use your common sense) specimens of
Perl coders.
2009-08-08 20:11:07 +00:00