Changelog for
perl-Inline-0.50-37.12.i586.rpm :
Fri Nov 23 13:00:00 2012 bwiedemannAATTsuse.com
- require make+gcc to avoid
https://rt.cpan.org/Public/Bug/Display.html?id=81375
Wed Feb 8 13:00:00 2012 vcizekAATTsuse.com
- update to 0.50
Inline.pm - Bump version number to 0.50
Inline.pm - Bring version numbering into line with recommendations made in
http://perldoc.perl.org/perlmodstyle.html#Version-numbering
Inline.pm - Rename create_config_file()\'s private AATTINC to AATT_inc.
(This is just to avoid any confusion that we might be
messing with AATTINC.)
- In creating AATT_inc, we now additionally grep for the location
of Parse::RecDescent - in case it\'s in a different PERL5LIB
location to Inline (as generally happens with cpan smokers -
but could happen anywhere).
- Update copyright dates throughout.
C/t - Make alterations to all of the \'.t\' files in C/t (except
for 00init.t). This is in reponse to ticket 73448, which
raised the possibility that Inline may get built with the
PERL_INSTALL_ROOT environment variable set.
Inline.pod - mention the need to make provision for the
PERL_INSTALL_ROOT environment variable iff it has
been set.
As the result of input from David Oswald:
Inline.pod - Changes relating to \"CONFIGURE_REQUIRES\" and fix
typo reported in ticket 73108.
Inline-FAQ.pod - Changes relating to \"CONFIGURE_REQUIRES\"
Inline.pm - Bump version to 0.49_01
lib/Inline/MakeMaker.pm - Bump version to 0.49_01
Thu Dec 8 13:00:00 2011 vcizekAATTsuse.com
- update to 0.49
* Inline.pm - small alteration to M19_usage_language error message
- Have the config file re-created
*before
* we croak with
M19_usage_language(). (Re-creating the config file should
alleviate the need to croak, thus allowing the script to
complete successfully.) Thanks to Patrick LeBoutillier for
the patch, and to David Oswald for pursuing this.
- licence correction (same as Perl)
Sun Nov 20 13:00:00 2011 cooloAATTsuse.com
- obsolete perl-Inline-C correctly
Fri Nov 18 13:00:00 2011 cooloAATTsuse.com
- use original .tar.gz
Tue Feb 22 13:00:00 2011 vcizekAATTnovell.com
- update to 0.48
* new buildrequires - Test::Warn
* Makefile.PL - Change the Test::Warn dependency from 0.22 to 0.21 and
specify it in top-level Makefile.PL instead of in C/Makefile.PL.
* Changes to Inline::C test suite - see C/Changes.
Mon Jan 24 13:00:00 2011 vcizekAATTnovell.com
- update to 0.47
Version 0.47 released to CPAN. No changes from 0.46_02
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Tue Feb 16 13:00:00 2010 cooloAATTnovell.com
- update to 0.46
* Changes to Inline.pm, denter.pm, and Inline.pod relating to \"fixing\" untainting
(to the extent that untainting of -T inline scripts works as documented).
* C/C.pod - document that
*fully qualified
* paths for LIBS, INC, TYPEMAPS and MYEXTLIB
are needed. (RT ticket 5207)
* Inline.pm - remove \"defined\" from \"defined %main::Inline::Config::\" as that usage
causes a deprecation warning with perl-5.11 and later. (RT ticket 53227)
* Inline.pm - fix sub push_overrides (RT ticket 49669)
This change responsible for \"Subroutine Inline::C::get_parser redefined\"
warnings that can occur during build stage under certain circumstances.
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Tue Jan 20 13:00:00 2009 anickaAATTsuse.cz
- update to 0.45
* Apply patch to Inline.pm that addresses a problem with
whitespace occurring in the name of the build directory.
* Fix ParseRegExp.pm.
* Fix (in Inline.pm) problem regarding the calling of the same
script from different builds of perl.
* Allow Inline::install() subroutine to apply to languages other
than C and CPP.
* Fix C/Makefile.PL so that the C compiler can still be found
when $Config{cc} reports something like /some/place/cc.
* In C/C.pm, allow for the calling of multiple typemaps, and
have the \"No Inline C functions bound to Perl\" warning
specify the file for which no bindings were found
* Minor doc fixes.