- updated to 3.75
see /usr/share/doc/packages/perl-common-sense/Changes
3.75
- make build (more) reproducible.
- removed "portable" from the warnngs list, as 32 bit perls (as
opposed to 32 bit platforms) are practically extinct and it
warns about a weird subset of operations, i.e. 64 bit hex() is
not ok, 64 bit addition is fine, makes no sense. Moreso, other
than hex/oct etc. harassment, there is nothing in this category
that could be otherwise useful.
OBS-URL: https://build.opensuse.org/request/show/791775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-common-sense?expand=0&rev=26
- install paths were wrong for current MakeMaker (reported
by various people).
- CPAN failed to parse the version number in 3.7, try to work
around.
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-common-sense?expand=0&rev=19
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-common-sense?expand=0&rev=15