Update to 0.62
Upstream changes: 0.62 Sun Jul 13 21:49:16 PDT 2014 - Actually make the 5.8.1 change I said I did in 0.61 0.61 Sun Jul 13 21:47:14 PDT 2014 - Make Inline dep on perl 5.8.1 per The Lancaster Consensus - https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancas ter-consensus.md#minimum-supported-perl - Fix Metadata errors 0.60 Sun Jul 13 21:19:48 PDT 2014 - Use the new ZD Contributing file 0.59 Sat Jul 12 12:11:10 PDT 2014 - Finish migrating and updating docs 0.58 Fri Jul 11 07:02:12 BST 2014 - Fix tabs, add $VERSIONs, fix prereqs 0.57 Fri Jul 11 02:05:00 BST 2014 - Inline::C separated from Inline 0.56_03 Thu Jul 10 13:36:04 BST 2014 - The "with" interface changed slightly - to get right $language use $_[-1]. - Add Contrib file 0.56_02 Thu Jul 10 03:36:04 BST 2014 - Remove AutoLoader stuff. 0.56_01 Wed Jul 9 17:10:04 PDT 2014 - Move to Zilla-Dist - Remove Inline::C from Inline dist 0.56 9 Jul 2014 - Clean up formatting and whitespace - Removed a "sleep" from Inline::Foo::build 0.55_05 8 Jul 2014 - Make "with" hook return undef croak, test that. 0.55_04 8 Jul 2014 - Suppress warnings in older perls from C/t/14void_arg_PRD.t. - setruid throws exception not just on Win32 - trap in t/08taint.t. - C/t/14void_arg_PRD.t - Fix typo. 0.55_03 1 Jul 2014 - Update ToDo to post 0.44(!) - repository cpan metadata added, typo fixes (thanks dsteinbrunner) - Update "with" hook to be class method, not function (and test). - Make "make dist" update C/C.pm and Inline::MakeMaker's $VERSION. - Undo change disabling BUILD_NOISY for Win32 when shell eq 'cmd' 0.55_02 date Sun 22 Jun 2014 - Version updated to 0.55_02 and released to CPAN - Inline.pm - additional changes to -T handling. (Thanks Ed J). 0.55_01 date Mon 5 May 2014 - Update version number to 0.55_01 0.55 date Mon 28 Apr 2014 - Version 0.55 released to CPAN 0.54_05 date Sun 13 Apr 2014 - Update version number to 0.54_05. - Inline.pod - Add documentation regarding "with" and modules. (Thanks to Ed J.) 0.54_04 date Wed 10 Apr 2014 - Add META.yml & META.json to distro - Released to CPAN. 0.54_03 date Wed 9 Apr 2014 - Released to CPAN. (No changes from 0.54_01.) 0.54_01 Mon 31 Mar 2014 - Update version nmuyber to 0.54_01 - Makefile.PL - add META_MERGE info (thanks David Steinbrunner). - Inline.pod - Correct typos (thanks David Steinbrunner). 0.54 Sat 29 Mar 2014 - Update version number to 0.54 - Release version 0.54 to CPAN 0.53_02 Fri 7 Mar 2014 - Update version to 0.53_02 0.53_01 Thurs 12 Sep 2013 - Inline.pm - Update version number to 0.53_01 0.53 Wed 1 May 2013 - Version 0.53 released to CPAN 0.52_02 Wed 24 Apr 2013 - Version 0.52_02 released to CPAN 0.52_01 Thurs 11 Apr 2013 - Version 0.52_01 released to CPAN - Inline.pm - in sub read_DATA() replace: @{$DATA{$pkg}} = split /(?m)(__\S+?__\n)/, $data with: @{$DATA{$pkg}} = split /(?m)^[ \t]{0,}(__\S+?__\n)/, $data; Otherwise some non-markers can be treated as markers. Thanks to Chris Nighswonger and Stefan Seifert. Added C/t/21read_DATA.t and C/t/22read_DATA_2.t as the test cases. NOTE: This is not a complete fix - it's still possible to write code (albeit in an unorthodox fashion) such that a non-marker can be treated as a marker. 0.52 Thurs 07 Mar 2013 - Version 0.52 released to CPAN 0.51_03 Wed 28 Nov 2012 - Version 0.51_03 released to CPAN 0.51_02 Tues 20 Nov 2012 - Version 0.51_02 released to CPAN 0.51_01 Tues 20 Nov 2012 - Version 0.51_01 released to CPAN 0.51 Sat 13 Oct 2012 - Version 0.51 released to CPAN. 0.50_03 Mon 8 Oct 2012 - Version 0.50_03 released to CPAN. 0.50_02 Tues 14 Feb 2012 - Inline.pm - Bump version number to 0.50_02 0.50_01 Wed 8 Feb 2012 - Inline.pm - Add a warning prior to croaking with M62_invalid_config_file(). That way, we'll at least see what $config contains. This is in response to FAIL report http://www.cpantesters.org/cpan/report/3287249c-5151-11e1-9dba-4238887bd 19e - Bump version number to 0.50_01 0.50 Tues 7 Feb 2012 - Version 0.50 released to CPAN - Inline.pm - Bump version number to 0.50 0.49_02 Fri 3 Feb 2012 - Version 0.49_02 released to CPAN - Inline.pm - Bring version numbering into line with recommendations made in http://perldoc.perl.org/perlmodstyle.html#Version-numbering 0.49_01 Sun 25 Dec 2011 - 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 0.49 Thurs 8 Dec 2011 - Version 0.49 released to CPAN - Inline.pm - small alteration to M19_usage_language error message 0.48_02 Fri 9 Sept 2011 - Bump Inline version to 0.48_02 0.48_01 Mon 11 Apr 2011 - Version 0.48_01 released to CPAN - t/05files.t - Have t/05files.t provide a reason for skipping the tests. - Inline.pm - Create REWRITE_CONFIG_FILE config option. - Makefile.PL - Test::Warn 0.23 or later needed for perl-5.13 and later. (Older perls need 0.21 or later).
This commit is contained in:
parent
1cc2387118
commit
c0da6ac706
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.24 2014/05/29 23:36:00 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2014/07/17 05:39:17 wen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Inline-0.48
|
||||
DISTNAME= Inline-0.62
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
SVR4_PKGNAME= p5inl
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2011/08/17 11:43:59 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.7 2014/07/17 05:39:17 wen Exp $
|
||||
|
||||
SHA1 (Inline-0.48.tar.gz) = 837e4340118c7d521f1042b61c4a223c2f655f47
|
||||
RMD160 (Inline-0.48.tar.gz) = fcd0450e38bc49152f0d9d5d3b4d8d82c3ea557a
|
||||
Size (Inline-0.48.tar.gz) = 100673 bytes
|
||||
SHA1 (Inline-0.62.tar.gz) = 7906645edad1e3e34fdf884b5f27149e7345c7c2
|
||||
RMD160 (Inline-0.62.tar.gz) = 2b082557c142b1bd2bcfea9fcf966d1a344edf20
|
||||
Size (Inline-0.62.tar.gz) = 76628 bytes
|
||||
|
|
Loading…
Reference in a new issue