[libinline-perl] annotated tag upstream/0.76 created (now 35ffbf7)

gregor herrmann gregoa at debian.org
Mon Sep 15 18:35:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.76
in repository libinline-perl.

        at  35ffbf7   (tag)
   tagging  6ca9e3c73428994e98a7c3aca4b92cdd87cbe9bc (commit)
  replaces  upstream/0.68
 tagged by  gregor herrmann
        on  Mon Sep 15 20:30:15 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 0.76

David Steinbrunner (4):
      typo fix
      typo fix
      typo fixes
      typo fixes

Ed J (50):
      Make taint code handle suid case.
      Merge remote-tracking branch 'upstream/master'
      Make C/t/14void_arg.t use Test::More.
      Make C/t/14void_arg.t also test ParseRecDescent.
      Latest ToDo from ingy.
      Add leptonica headers snippet to ToDo.
      Typo fix.
      Update "with" hook to be class method, not function (and test).
      "make dist" update C/C.pm and Inline::MakeMaker's $VERSION.
      Bring back eval $VERSION.
      Undo change disabling BUILD_NOISY for Win32 when shell eq "cmd".
      Changes for 0.55_03.
      setruid throws exception not just on Win32 - trap in t/08taint.t.
      Suppress warnings in older perls from C/t/14void_arg_PRD.t.
      Make "with" hook return undef croak, test that.
      Update Changes to 0.55_05.
      Changes for 0.56.
      0.56 version numbers.
      Remove Autoloader stuff.
      Finish removing AutoLoader.
      0.56_02
      Document "with" change in Changes.
      Typo fix, update version number.
      Changes up to date.
      0.56_03
      0.57
      Put in $VERSION to help PAUSE indexer.
      zild updates Inline::Foo::VERSION.
      Fix prereqs.
      0.58
      test/01 use Test::More properly.
      Re-enable "with" test in 01.
      Have 06 use numbered own DID.
      Lock reading as well as writing of config file.
      Instrument "Inline::Config" error slightly.
      Improve Inline::Config error message.
      0.64
      0.65
      Change Inline::Config check to avoid false positives.
      0.66
      Tests not hardcoded individual DID.
      "use Inline" keywords case-insensitive.
      ILSM spec doc config keywords also case-insensitive.
      Make DATA keyword case-sensitive.
      Regenerated ReadMe after ZD update.
      Remove WriteInlineMakefile.
      CPAN Release 0.67
      Update "with" docs for EU::D 0.400.
      CPAN Release 0.68
      CPAN Release 0.69

Ingy döt Net (47):
      Merge pull request #2 from dsteinbrunner/patch-2
      Add to ToDo
      This "cute" trick was slowing down the tests too much.
      Clean up formatting and whitespace
      Fix #15
      XXX/comment-out the failing test in 01usages.t
      Move pod to Swim under doc/ for #17
      Fix #24
      Fix #26
      Removing .gitignore. Don't want it.
      zild Makefile and Meta and genreated results.
      Fix #13
      Remove VERSION from these modules.
      Convert Changes to YAML
      Fix #21
      Fix #25
      0.56_01
      Fixed bad YAML in Changes which broke make dist
      No need for MANIFEST now (and it was wrong)
      Small cleanups
      Adding a first draft Contrib file (in Swim)
      Fix #28
      Travis skips join on irc notifications
      Make test use a setup module
      Mkae tests be independent
      Tests now work parallel
      Makefile update
      Finish Pod to Swim
      0.59
      0.60
      0.61
      0.62
      Fix #40.
      0.63
      Contributing got extra blank line
      Update Makefile
      Fix Swim stuff with /
      ZD updates
      Add a devel ILSM test for running before release
      Wrap at 79
      CPAN Release 0.70
      CPAN Release 0.71
      CPAN Release 0.72
      CPAN Release 0.73
      CPAN Release 0.74
      CPAN Release 0.75
      CPAN Release 0.76

Jody Clements (1):
      Prevent adding non .pm modules to the Makefile.

Mamod Mehyar (1):
      Replace Tabs With Spaces

gregor herrmann (1):
      Imported Upstream version 0.76

ingy (35):
      importing cpan stuff
      more files
      Release ToDo files
      updates
      added test library to project
      Saving off half-cocked Inline work
      Reseting Inline
      trying to set Inline back to the Inline-0.43 release level
      Replaced Parse::RecDescent parser with Mitchell's parser.
      - Warn when an ILSM had trouble during register().
      Rmoved some old YAGNI cruft subs from I::MM
      Sketching out new functionality in stub module for rking to complete.
      Got Inline stub module to work. Super fast loading for Inline is
      Refactored Inline.pm down to 35 lines of code.
      More yellow under green.
      Fixed Inline.pm so that build command works again.
      Bow Down!
      Brutal green diff to get greenbarred.
      Chacking in to delete
      This is the state of things when Ryan and I were working on Inline
      Integrating 0.44 changes into the main Inline branch
      Applied Mitchell's patch to fix Piers problem caused by
      Set perms back to RO
      0.44 TRIAL5
      Changes for Inline-0.44-TRIAL6
      Changes for TRIAL7
      Changes for RELEASE-CANDIDATE-1
      More last minute patches
      Changes for 0.44 RELEASE CANDIDATE 2
      Final changes for Inline-0.44 release
      Found some nits in 5.005_03
      Move module up in tree
      Splitting up Inline-C
      Move pod inline
      Set Inline back to 0.44 release

neilw (2):
      Support for untypedef'd structs as rtypes or types was never
      Added a new chapter to the Inline::C manpage: Avoiding Memory Leaks.

rking (15):
      Removing outdated lines
      Pulled out Inline/MakeMaker/Bootstrap.pm (ingy pseudodriving)
      Starting the Inline -> Inline::devel split.  Doesn't visibly behave
      Another preparatory refactoring: Renaming the previous import to
      Automating the "sudo make install; cd ...; make purge; make; make test"
      - First stab at the release version tests (doesn't test anything
      Only run start_over() once, for efficiency.  Is there any reason not
      Adding failing test -- "make dist" should end up putting
      - Fleshed out run_releaseversion_tests so they don't fail
      Actually clear the "dist" dir when you're done (I fubar'd the ..'s.)
      The simple solution -- just stick Bootstrap.pm in the MANIFEST.
      - Run the dist tarball's tests.
      Minor updates.
      - Fixed test loop involving semi-brutal clone hack
      - Enabled one disabled case (ended up not being a big deal)

showell (1):
      Beefing up tests a bit:

sisyphus (16):
      New files added
      Doc changes
      git-svn-id: http://svn.kwiki.org/ingy/Inline@3078 9ffafc32-93ef-0310-a7a6-903af07b6741
      RT 6327 bugfix
      RT 17774, 5639 bugfix
      RT 8251 bugfix
      RT 4150, 35517, 29326 bugfix
      Update
      Amendment to accommodate Microsoft Compilers
      git-svn-id: http://svn.kwiki.org/ingy/Inline@3091 9ffafc32-93ef-0310-a7a6-903af07b6741
      Revert to 0.46_01
      Revert to 0.46_01
      Revert to 0.46_01
      Revert to 0.46_01
      Increment version number to 0.46_02
      =Remove experimental part of M14_usage_Config msg

sisyphus_ (468):
      denter.pm - local()ise $_
      defined(%hash) is deprecated
      Document the need for fully qualified paths.
      Update version number to 0.45_01
      Acommodate 'ccache cc' compiler
      Minor Doc Change
      Typo fixes in C-Cookbook.pod.
      Fix push_overrides in Inline.pm
      Update Changes
      Fix mistake in previous commit
      Update Changes
      Fix typo
      Add C/t/08taint.t to test suite
      denter.pm - add sub DESTROY
      Changes - update
      Inline.pod - Doc changes relating to untainting
      Inline.pm - Fixes to untainting under -T
      MANIFEST - add C/t/08taint.t
      Inline.pm - Update version number to 0.46
      C/C.pm - Update version to 0.46
      Inline.pod - Doc that early versions of Cwd may prevent untainting
      Changes - update
      C/Changes - update
      Inline.pm - Update version number to 0.46_01
      C/C.pm - Update version to 0.46_01
      Acommodate 'ccache cc' compiler (2nd attempt)
      Changes - update
      C/Changes - update
      Inline.pm - add archname and perl version to config filename
      Changes - update
      C/C.pm - Add Inline::C::_parser_test()
      Changes - update
      C/t/09parser.t - Create
      Inline.pm - Add "_TESTING" and quash 'redefine' warning.
      Inline.pod - Document the new config option "_TESTING"
      C/lib/Inline/C/ParseRecDescent.pm Enable parser "_TESTING"
      C/lib/Inline/C/ParseRegExp.pm Enable parser "_TESTING"
      Changes - update
      C/Changes - update
      Inline.pm - changes to some warnings.
      Inline.pod - Alteration to "_TESTING" documentation
      C/C.pm - Bugfix and extra testing
      C/t/08taint.t notify user to expect warnings
      C/t/09parser.t - Make use of _testing_cleanup()
      C/t/10callback.t - Create
      C/t/11default_readonly.t - Create
      MANIFEST - add 3 new test files
      Changes - update
      C/Changes - update
      C/t/10callback.t - Set DIRECTORY to _Inline_test
      Inline.pm - Bump version to 0.46_02
      C/C.pm - Bump version number to 0.46_02
      Changes - update
      C/Changes - update
      C/Changes - typo fix
      Fix callback example in C/C-Cookbook.pod.
      C/Makefile.PL Add _Inline_blib_test to clean
      C/t/12blib.t - New test file
      C/Changes - update
      MANIFEST - add new test file
      Inline.pm - Change to create_config_file()
      Changes - update
      C/Makefile.PL - attend to RT 61218
      C/Changes - Update
      Changes - Update
      Fix to accommodate modern h2xs directory structure
      Changes - Update
      C/Changes - Update
      C/C.pm - Bump version number to 0.47
      Inline.pm - Bump version number to 0.47
      Changes - Make correction to date
      C/Changes - Make correction to date
      New file
      New file
      New file
      New file
      Copyright updated
      Copyright updated
      Copyright updated
      Copyright updated
      Copyright updated
      Copyright updated
      Copyright updated
      Copyright updated
      Copyright updated
      Inline.pm - Bump version number to 0.47_01
      C/C.pm - Bump version number to 0.47_01
      C/Makefile.PL - add Test::Warn to PREREQ_PM
      MANIFEST - add new files
      C/t/08taint.t - rewrite to make use of Test::Warn
      Changes - update
      Changes - update
      Makefile.PL - Specify Test::Warn-0.21 dependency
      Inline.pm - Update version to 0.47_02
      Changes - Update
      C/Makefile.PL - Relocate the Test::Warn dependency
      C/C.pm - Update version to 0.47_02
      C/Changes - Update
      Inline.pm - Update version to 0.48
      Changes - Update
      C/C.pm - Update version to 0.48
      C/Changes - Update
      Specify a reason for skipping this test suite
      Inline.pm - Update version to 0.48_01
      C/C.pm - Update version to 0.48_01
      Changes - Update
      Changes - Update
      MANIFEST - add new files
      Inline.pm - Add REWRITE_CONFIG_FILE option
      Inline.pod - document REWRITE_CONFIG_FILE option.
      t/06rewrite_config.t - new file
      t/06rewrite_config.p - new file
      C/C.pm - More fixes to ticket #67053
      C/Changes - Update - Reini Urban's #67053 patches.
      Makefile.PL - 5.14 requires Test-Warn 0.23
      Changes - Update
      C/Changes - Make correction
      Changes - Update for release of 0.48_01
      C/Changes - Update for release of 0.48_01
      Update
      Add fortran recipe.
      Inline.pm - Bump version to 0.48_02
      Changes - Update
      C/C.pm - Bump version number to 0.48_02
      C/Changes - Update
      C/C-Cookbook.pod - Edit Object Oriented Inline discussion
      Inline.pm - Improve accommodation of newly added language
      Changes - Update
      MANIFEST - add new files
      t/06rewrite_config.t - warning message has changed slightly
      t/07rewrite2_config.p - new file (called by t/07rewrite2_config.t)
      t/07rewrite2_config.t - new test file
      Changes - Update
      C/Changes - Update
      Inline.pm - Bump version to 0.49
      C/C.pm - Bump version number to 0.49
      Changes - Update
      C/Changes - Update
      C/C.pm - Bump version number to 0.49_01
      Inline.pm - Bump version to 0.49_01
      lib/Inline/MakeMaker.pm - Bump version number to 0.49_01
      Inline.pod - add docs relating to "CONFIGURE_REQUIRES"
      Inline-FAQ.pod - add docs relating to "CONFIGURE_REQUIRES"
      Changes - Acknowlwdge input from David Oswald
      Changes - Update
      C/Changes - Update
      Inline.pod - fix typo (Ticket 73108)
      C/C.pod - fix typo (Ticket 73108).
      Changes - Update
      Inline.pod - Documentation re PERL_INSTALL_ROOT (Ticket 73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Allow for possibility that PERL_INSTALL_ROOT env var is set (#73448)
      Changes - Update
      Inline.pm - Alteration to create_config_file()
      C/C-Cookbook.pod - Update copyright
      Inline.pm - eval $Inline::VERSION
      Changes - Update
      C/C.pm - eval $Inline::C::VERSION
      C/Changes - Update
      lib/Inline/MakeMaker.pm - eval $Inline::MakeMaker::VERSION
      lib/Inline/MakeMaker/Changes - Update
      Inline.pm - bump version to 0.50
      Changes - Update
      C/C.pm - bump version to 0.50
      C/Changes - Update
      lib/Inline/MakeMaker.pm - bump version to 0.50
      lib/Inline/MakeMaker/Changes - Update
      Inline.pm - warn prior to croaking with M62
      Changes - Update
      C/C.pm - bump version to 0.50_01
      C/Changes - Update
      lib/Inline/MakeMaker.pm - bump version to 0.50_01
      lib/Inline/MakeMaker/Changes - Update
      MANIFEST - add new files
      Changes - Update
      lib/Inline/MakeMaker/Changes - Update
      C/lib/Inline/C/ParseRegExp.pm - Accommodate 'void' arg
      C/Changes - Update
      C/C.pod - Document that 'void' arg type can now be used.
      t/14void_arg.t - New file.
      Inline.pm - Bump version number to 0.50_02
      Changes - Update
      C/C.pm - bump version to 0.50_02
      C/Changes - Update
      lib/Inline/MakeMaker.pm - bump version to 0.50_02
      lib/Inline/MakeMaker/Changes - Update
      Inline-FAQ.pod - add docs relating to Cygwin fork problems
      C/C.pod - clarify CCFLAGS documentation
      C/Changes - Update
      New test file - to check that CCFLAGS still works as expected
      New test file - to check that CCFLAGSEX works as expected
      New test file - to check that PRE_HEAD works as expected.
      New file - used by C/t/17prehead.t for input
      MANIFEST - add new files
      C/C.pm - Add config options CCFLAGSEX and PRE_HEAD
      C/C.pod - Document new config options CCFLAGSEX and PRE_HEAD
      C/Changes - Update
      Inline-FAQ.pod - clarify answer to first FAQ
      Changes - Update
      Makefile.PL - Digest::MD5 issue with 5.8.0 and earlier
      lib/Inline/MakeMaker/Changes - Update
      C/Changes - Update
      Changes - Update
      Inline.pm - Remove $lexwarn
      Inline.pod - Document "Inline->init();" option
      Inline-FAQ.pod - Document "Inline-<init();" option.
      MANIFEST - add new files
      Update version number to 0.50_03
      Update
      Make corrections to sub quote_space & update version number
      Update
      Update version number
      Update
      New file
      New file
      New test file
      New test file
      C/t/18quote_space.t Minor fixes to the script
      Update version number to 0.51
      Update
      Update version number to 0.51
      Update
      Update version number to 0.51
      Update
      lib/Inline/MakeMaker.pm - bump version to 0.51_01
      lib/Inline/MakeMaker/Changes - Update
      C/C.pm - tweaks to sub quote_space().
      C/Changes - Update
      Inline.pm - bump version to 0.51_01 (No other changes.)
      Changes - Update
      C/Makefile.PL Fix problem with EU-MM-6.57_05 and INSTALL_BASE
      C/t/18quote_space.t - test latest amendments to quote_space()
      lib/Inline/MakeMaker.pm - bump version to 0.51_02
      lib/Inline/MakeMaker/Changes - Update
      C/C.pm - update version number to 0.51_02.
      C/Changes - Update
      Inline.pm - bump version to 0.51_02 (No other changes.)
      Changes - Update
      C/Makefile.PL Fix typo
      lib/Inline/MakeMaker.pm - bump version to 0.51_03
      lib/Inline/MakeMaker/Changes - Update
      C/C.pm - change sub compile & update version number to 0.51_03.
      C/Changes - Update
      Inline.pm - bump version to 0.51_03 (No other changes.)
      Changes - Update
      MANIFEST - add new file
      C/C-Cookbook.pod - Add new recipe ("Providing a pure perl alternative").
      C/t/20eval.t - New test file (Ticket #81375.)
      C/C-Cookbook.pod - Re-insert "package Soldier;" to the OOP recipe.
      Changes - Update
      C/Changes - Update
      C/C-Cookbook.pod - Small tweak to "Object Oriented Inline" recipe.
      Inline.pm - bump version to 0.52 (No other changes.)
      lib/Inline/MakeMaker.pm - bump version to 0.52
      lib/Inline/MakeMaker/Changes - Update
      C/C.pm - update version number to 0.52.
      Inline.pm - Alter regex in sub read_DATA()
      MANIFEST - add new file
      Changes - Update
      C/t/21read_DATA.t - new test script.
      C/C.pm - update version number to 0.52_01.
      C/Changes - Update
      lib/Inline/MakeMaker.pm - bump version to 0.52_01
      lib/Inline/MakeMaker/Changes - Update
      Inline.pod - Update copyright to include 2013.
      Inline.pm - Minor additional tweak to regex in sub read_DATA()
      MANIFEST - add new file
      Changes - Update
      C/t/22read_DATA_2.t - new file.
      C/C.pm - small tweak to sub validate (Ticket #11748)
      Inline.pm - update version number to 0.52_02
      lib/Inline/MakeMaker.pm - bump version to 0.52_02
      lib/Inline/MakeMaker/Changes - Update
      Changes - Update
      C/Changes - Update
      MANIFEST - add new file
      C/C.pm - Update version number to 0.53
      Inline.pm - update version number to 0.53
      lib/Inline/MakeMaker.pm - bump version to 0.53
      lib/Inline/MakeMaker/Changes - Update
      Changes - Update
      C/Changes - Update
      C/t/23validate.t - new test script for (ticket #11748)
      C/t/23validate.t - cater for perl 5.8
      MANIFEST - add new file
      C/t/24prefix.t - new file
      C/t/24prefix.t - Comment out 'BUILD_NOISY'
      C/C-Cookbook.pod - Small tweak to "Multiple Return Values" recipe.
      C/Changes - Update
      C/t/24prefix.t - fix typo in code
      MANIFEST - add new files
      Changes - Update
      Inline.pm - Update to version 0.53_01
      C/Changes - Update
      C/C.pm - Update to 0.53_01 and enable prototyping
      C/C.pod - Add docs for prototyping
      C/t/25proto.t - new test file
      C/t/proto1.p - new file (used by C/t/25proto.t).
      C/t/proto2.p - new file (used by C/t/25proto.t).
      C/t/proto3.p - new file (used by C/t/25proto.t).
      C/t/proto4.p - new file (used by C/t/25proto.t).
      C/t/proto5.p - new file (used by C/t/25proto.t).
      lib/Inline/MakeMaker.pm - bump version to 0.53_01
      lib/Inline/MakeMaker/Changes - Update
      MANIFEST - add C/t/proto6.p
      C/C.pm - Small tweak to PROTOTYPE code in sub validate()
      C/t/proto6.p - New file
      C/t/25proto.t - additional test (uses C/t/proto6.p)
      C/Changes - Update
      C/Makefile.PL Clean up new build directories
      C/t/21read_DATA.t Give this file its own build directory.
      C/t/22read_DATA_2.t - Give this file its own build directory.
      C/Changes - Update
      C/t/25proto.t - minor rewrite
      C/t/proto1.p - now has its own package (PROTO1).
      C/t/proto2.p - now has its own package (PROTO2).
      C/t/proto3.p - now has its own package (PROTO3).
      C/t/proto4.p - now has its own package (PROTO4).
      C/t/proto5.p - now has its own package (PROTO5).
      C/t/proto6.p - now has its own package (PROTO6).
      Changes - Update
      t/01usages.t - Fix typo
      modules/Math/Simple.pm - hide module from PAUSE indexer.
      Inline/Changes - update
      Inline.pm - Add 'sl' to the ILSM_suffix possibilities in sub glue.
      Inline/Changes - update
      Rewrite the "Soldier" example.
      Update
      Replace New() with Newx().
      Add explanatory comment to C/t/bar/find_me_in_bar.h
      Add explanatory comment to C/t/foo/find_me_in_foo.h
      C/C-Cookbook.pod - Update copyright for 2014
      Inline.pm - Small tweak to env_untaint (Ticket #65703)
      Inline.pod - Update copyright to 2014
      C/t/08taint.t - skip tests on Android (Ticket #65703)
      Update
      Inline/Changes - update
      lib/Inline/MakeMaker/Changes - Update
      C/t/09parser.t - rewritten by H Merijn Brand
      Update
      Inline/Changes - update
      lib/Inline/MakeMaker/Changes - Update
      lib/Inline/MakeMaker.pm - bump version to 0.53_02
      Inline.pm - bump version to 0.53_02
      C/C.pm - bump version to 0.53_02
      Update
      Inline/Changes - update
      lib/Inline/MakeMaker.pm - bump version to 0.54
      lib/Inline/MakeMaker/Changes - Update
      Inline.pm - bump version to 0.54
      C/C.pm - bump version to 0.54
      Update
      Inline/Changes - update
      Makefile.PL - repository cpan metadata added
      Inline/Changes - update
      Inline.pm - bump version to 0.54_01
      C/C.pm - bump version to 0.54_01
      C/C.pod - fix typos
      Update
      C/C-Cookbook.pod - fix typo
      lib/Inline/MakeMaker.pm - bump version to 0.54_01
      lib/Inline/MakeMaker/Changes - Update
      ParseRegExp.pm - fix typo
      Inline.pod - fix typos
      C/Makefile.PL - Apply Cygwin-specific fix (PLICEASE at cpan.org). (Ticket #92144)
      Update
      C/C.pm - fix make -jn test, parallel tests (Ticket #85336) (rurban)
      Inline/Changes - update
      Inline.pm - changes to flock() calls (rurban)
      Makefile.PL - simplify 5.6 PREREQ_PM handling (rurban).
      Update
      C/C.pm - bump version to 0.54_03
      Inline/Changes - update
      Inline.pm - bump version to 0.54_03
      lib/Inline/MakeMaker/Changes - Update
      lib/Inline/MakeMaker.pm - bump version to 0.54_03
      Update
      C/C.pm - bump version to 0.54_04
      Inline/Changes - update
      Inline.pm - bump version to 0.54_04
      lib/Inline/MakeMaker/Changes - Update
      lib/Inline/MakeMaker.pm - bump version to 0.54_04
      New file
      Update
      C/C.pm - bump to 0.54_05 and fix localisation of $ENV{MAKEFLAGS}
      Inline/Changes - update
      Inline.pm - bump to 0.54_05 and add docs for "with"
      lib/Inline/MakeMaker/Changes - Update
      lib/Inline/MakeMaker.pm - bump version to 0.54_05
      Inline.pod - Additional "with" documentation.
      C/C.pm - fix typo
      Inline.pod - fix typo.
      lib/Inline/MakeMaker/Changes - Update
      Update
      Inline/Changes - 0.54_05 released to CPAN
      Inline.pod - fix another small typo.
      Update
      C/C.pm - bump version to 0.55 & release to CPAN
      Update
      Inline.pm - bump version to 0.55 & release to CPAN
      Update
      lib/Inline/MakeMaker.pm - bump version to 0.55 & release to CPAN
      Inline.pod - reinstate "+" (hashref disambiguaton) symbol
      Makefile.PL - Add LICENSE; also "no_index" the 'modules' folder.
      Update
      C/C.pm - bump version to 0.55_01
      Update
      Inline.pm - bump version to 0.55_01
      Update
      lib/Inline/MakeMaker.pm - bump version to 0.55_01
      New file (part of new demo module modules/Boo-2.01).
      New file (part of new demo module modules/Boo-2.01).
      New file (part of new demo module modules/Boo-2.01).
      New file (part of new demo module modules/Boo-2.01).
      New file (part of new demo module modules/Boo-2.01).
      New file (part of new demo module modules/Boo-2.01).
      Moved from Math/Simple (re-structure layout)
      Moved from Math/Simple (re-structure layout)
      Moved from Math/Simple (re-structure layout)
      Moved from Math/Simple (re-structure layout)
      Moved from Math/Simple (re-structure layout)
      Moved to Math-Simple-1.23 (re-structure layout)
      Moved to Math-Simple-1.23 (re-structure layout)
      Moved to Math-Simple-1.23 (re-structure layout)
      Moved to Math-Simple-1.23 (re-structure layout)
      Moved to Math-Simple-1.23 (re-structure layout)
      MANIFEST - update listing of files in modules directory
      Update
      C/C.pm - Untainting (ticket #96291) and parallel testing fixes.
      C/t/08taint.t - some cosmetic changes
      Inline.pm - tickets #95809 and #96291
      Inline-FAQ.pod - typo correction
      C/t/26fork.t - new file
      lib/Inline/MakeMaker.pm - Fix re ticket #95809
      Update
      Update
      Update
      Makefile.PL - Add 'Test::More=>0.88' prereq.
      Update
      Update
      Update
      Update
      C/C.pm - Update version no. to 0.55_02.
      Update
      Inline.pm -  Further untainting fix (#96291) and update version no. to 0.55_02
      Update
      lib/Inline/MakeMaker.pm - Update version no. to 0.55_02
      C/t/08taint.t - further amendments (#96291). Thanks Ed J.
      use Test::More
      Testing 'void' arg with P::RD parser
      MANIFEST - Add new file C/t/14void_arg_PRD.t
      Update
      C/C.pm - Update version no. to 0.55_03.
      Inline.pm -  Update version no. to 0.55_03
      Update
      lib/Inline/MakeMaker.pm - Update version no. to 0.55_03
      Update
      C/t/14void_arg_PRD.t - Fix typo.

tsee (1):
      Apply Tony Cook's patch from RT ticket 4150: Fix spaces in path issue.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-perl.git



More information about the Pkg-perl-cvs-commits mailing list