Commit graph

22353 commits

Author SHA1 Message Date
wen
25b8b1e727 Fix build
Reported by:	joerg@(Thanks !)
2014-08-15 00:48:55 +00:00
schmonz
0dd653baf2 Update to 2.09. From the changelog:
Fix bug in handling of scalar arg in old (5.10 or older) module.
Whitespace & POD cleanups.
2014-08-14 16:44:37 +00:00
joerg
c9d7532b50 Fix PLIST for Python != 2.7. 2014-08-14 16:09:23 +00:00
jmmv
2c6e965aa1 Import kyua-0.10.
This is a "new" import that unifies all the previous Kyua subpackages
(kyua-atf-compat, kyua-cli and kyua-testers) under a single package.
The change has been made upstream mainly for simplicity reasons; the
old modular scheme was unnecessary.

Given that this new import should be really considered to be an update,
the following are the changes since kyua-cli-0.9 and kyua-testers-0.3,
both released last week:

Experimental version released on August 14th, 2014.

* Merged 'kyua-cli' and 'kyua-testers' into a single 'kyua' package.

* Dropped the 'kyua-atf-compat' package.

* Issue 100: Do not try to drop privileges to unprivileged_user when we
  are already running as an unprivileged user.  Doing so is not possible
  and thus causes spurious test failures when the current user is not
  root and the current user and unprivileged_user do not match.

* Issue 79: Mention kyua.conf(5) in the "see also" section of kyua(1).

* Issue 75: Change the rewrite__expected_signal__bad_arg test in
  testers/atf_result_test to use a different signal value.  This is to
  prevent triggering a core dump that made the test fail in some platforms.
2014-08-14 14:14:52 +00:00
jmmv
97d36aeae9 Update shtk to 1.4:
Released on 2013-12-30.

* Added support for a user-defined SHTK_MODULESPATH variable.  This
  colon-separated, user-tunable variable lists the directories that
  contain modules.

* Added a modulesdir variable to shtk.pc so that third-party packages
  can install shtk-compliant modules into the shared directory.  This
  variable is also exposed by the SHTK_CHECK macro of shtk.m4 as
  SHTK_MODULESDIR.

* Added a new bool module with a shtk_bool_check function to convert a
  string to a boolean.

* Added a new cleanup module to simplify the installation and automatic
  execution of termination handlers.

* Fixed the config module in Mac OS X 10.9 to respect default values
  of configuration variables.
2014-08-14 13:48:21 +00:00
richard
2015ee954e fix patch-av patch prefix for scmcvs 2014-08-14 10:33:29 +00:00
obache
9b38baaa14 Remove subversion 1.6, EOL over a year ago. 2014-08-14 09:53:18 +00:00
rodent
53ade92ea3 Updated to 2.6.2. ruby18 isn't supported. From NEWS.md:
### Bug fixes

* If you have a Rails >= 4.1 project and you are running tests using Spring,
  matchers that depend on assertions within Rails' testing layer (e.g.
  `render_template` and `route`) will no longer fail.

* Fix `permit` so that it can be used more than once in the same test.

* Revert change to `validate_uniqueness_of` made in 2.6.0 so that it no longer
  provides default values for non-primary, non-nullable columns. This approach
  was causing test failures because it makes the assumption that none of these
  columns allow only specific values, which is not true. If you get an error
  from `validate_uniqueness_of`, your best bet continues to be creating a record
  manually and calling `validate_uniqueness_of` on that instead.

### Other changes

* The majority of warnings that the gem produced have been removed. The gem
  still produces warnings under Ruby 1.9.3; we will address this in a future
  release.
2014-08-14 02:18:41 +00:00
joerg
c101ff0d1b Use less random gcc flags. 2014-08-13 22:39:56 +00:00
joerg
c07de3c425 Not compatible with Python 2.6. 2014-08-13 22:39:30 +00:00
joerg
f2bd16f2a5 Fix operator constness. 2014-08-13 22:39:10 +00:00
joerg
0f353a5e92 Call the various autotools directly as bootstrap wants to use the wrong
scripts.
2014-08-13 22:38:33 +00:00
wiz
8549111e78 Add upstream bug report URL. 2014-08-13 21:11:07 +00:00
wiz
623eb2abed Update to 2.04, a version from this century.
Last pkgsrc was version from 2002.

Changes in 2.04:

    Add new programming language ObjectiveâC.
    Add new bracket style option "style=google" (-A14).
    Add new option "indent-preproc-cond" (xw) to indent preprocessor
    conditional statements (#118).
    Add new bracket modify options "attach-namespaces", "attach-classes",
    "attach-inlines", and "attach-extern-c".
    Add new option "indent-modifiers" (-xG) to indent class access
    modifiers one-half indent (#130).
    Add new option "remove-brackets" (-xj) to remove brackets from
    single line conditional statements.
    Add new option "remove-comment-prefix" (-xp) to remove the
    leading '*' from multi-line comments.
    Add new option "align-method-colon" (-xM) to align ObjectiveâC
    method colons.
    Add new option "pad-method-colon=#" (-xP#) to space pad
    ObjectiveâC method colons.
    Add new options "pad-method-prefix" (-xQ), and "unpad-method-prefix"
    (-xR) to pad the ObjectiveâC "-" and "+" method prefix.
    Add new dll entry point AStyleMainUtf16 for processing C# UTF-16
    strings.
    Add formatting of C++11 raw string literals (#222).
    Add "style=knf" as an alternative to "style=linux".
    Remove depreciated "bracket=" options.
    Improve recognition and formatting of pointers and references
    (#174 and other changes).
    Improve the recognition of block-opening brackets.
    Improve code using a static code analyzer (#195).
    Change "max-code-length" to include ObjectiveâC methods.
    Change "indent-elseifs" and "break-blocks" to look ahead only
    if in command-type brackets (speed improvement).
    Fix linux bracket styles to break the opening bracket in inline
    function definitions (#185).
    Fix indentation of switch block comments (#164).
    Fix enums to indent with tabs when requested (#92, #121).
    Fix formatting of rvalue reference without a name in a declaration
    (#219).
    Fix "pad-first-paren-out" to not pad if the following parens
    are empty (#232).
    Fix end-of-statement reset when comments follow closing bracket.
    Fix the ASBeautifier active and waiting stacks to delete the
    ASBeautifier objects before deleting the pointers.
    Fix ASBeautifier "init" to delete the tempStack vectors before
    deleting the tempStack.
    Fix Linux piping problem by changing "cin" input to build a
    stringstream before formatting.
    Fix to identify the correct bracket type when 'extern "C"' is
    part of the enum definition.
    Fix to clear 'extern "C"' variables when the block is closed.
    Fix unindented 'extern "C"' to not indent when in a #else
    preprocessor directive.
    Fix not always correctly formatting linux type brackets for
    enum blocks.
    Fix align-pointer in a range-based for statement (#217).
    Fix pointer-reference argument alignment to correctly position
    a following comment (#235).
    Fix to not attach a bracket to a line ending in a backslash
    '\' (#186, #214, #220).
    Fix to recognize templates using multiple lines (#85, #87,
    #136).
    Fix formatting of template continuation lines (#85, #87, #136).
    Fix to allow '^' as an array operator (#233).
    Fix an "enum" argument being mistaken for an enumeration (#211).
    Fix to recognize a non-instatement array after a "},{" sequence.
    Fix "pad-oper" to not pad before a following comma.
    Fix recognition of an operator when the calculation contains
    a bitwise "not" '~' (#166).
    Fix to allow a preprocessor statement within a preprocessor
    define (#238).
    Fix preprocessor comparison to check for whole words (#246).
    Fix "add-brackets" when a line contains more than one paren
    pairs (#181).
    Fix to allow Mac old CR line endings in the options file (#129).
    Refactor to aid debugging and improve design and decomposition:
	Move ALL preliminary indentation calculations to
	computePreliminaryIndentation() in ASBeautifier.
	Move calculation of 'force tab' indents to preLineWS() in
	ASBeautifier.
	Combine methods init() and init(ASSourceIterator*) in
	ASBeautifier.
	Extract method adjustParsedLineIndentation() in ASBeautifier.
	Extract method parseCurrentLine() in ASEnhancer.
	Remove astyle_main.cpp unused functions getFilesUnchanged,
	getOptionsFileRequired, and setOptionsFileRequired.

Older changes included in distfile, or available on
http://astyle.sourceforge.net/notes.html
2014-08-13 20:56:25 +00:00
wiz
57e8243d9e + p5-Getopt-Tabular 2014-08-13 20:43:42 +00:00
wiz
94f04cdeba Import p5-Getopt-Tabular-0.3 as devel/p5-Getopt-Tabular.
Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
vaguely inspired by John Ousterhout's Tk_ParseArgv.
2014-08-13 20:43:07 +00:00
cheusov
317703548c Fix for build failure on Interix caused by sizeof(intmax_t) == 0
++pkgrevision
2014-08-13 20:22:09 +00:00
wiz
5f7070961a Update to 0.06:
0.06 2014-07-29
    - Improved the abstract - explicit mention that functions are supported
    - Improved the SYNOPSIS - split into separate code blocks
    - Improved the DESCRIPTION. Made clearer that as soon as you specify
      an import symbol, you have to also specify any you want from @EXPORT.
    - Removed the BUGS and CAVEATS section from the doc; it was just being
      self-deprecating about whether it deserved the "lite" moniker.
2014-08-13 19:45:09 +00:00
cheusov
8c1dabab1f Always use system-wide getcwd(3) instead built-in replacement.
Do not use non-standard getcwd(NULL,0).
This fixes cvs on Interix
  (cvs [diff aborted]: cannot get working directory: No such file or
directory);
2014-08-13 18:30:03 +00:00
adam
72ed0307eb Revbump after boost-libs update 2014-08-13 10:57:32 +00:00
adam
9073bc07d0 Changes 1.56.0:
Modularization
Boost version control has migrated to a system using git submodules. This shouldn't make too much of a difference to users, although the directory structure is now a bit different.

Parts of some libraries have been moved into different modules, and several new modules have been extracted from existing code. All header paths should remain the same. The new modules are:

Assert:
Customizable assert macros. Maintained by Peter Dimov.
Core:
Core utilities used by other libraries, with minimal dependencies. Maintained by Peter Dimov, Glen Fernandes and Andrey Semashev.
Lexical_Cast:
General literal text conversions, such as an int represented a string, or vice-versa, from Kevlin Henney.
Throw_Exception:
A common infrastructure for throwing exceptions from Boost libraries, from Emil Dotchevski.
Winapi:
Windows API declarations without <windows.h>, for internal Boost use.
New Libraries
Align:
Memory alignment functions, allocators, and adaptors, from Glen Fernandes.
Type_Index:
Runtime/Compile time copyable type info, from Antony Polukhin.
2014-08-13 10:56:35 +00:00
markd
9a25403f57 Backout Official Patch 5. Some packages have already dealt with removal
of the obsolete "Function" and adding it back in breaks them.

Noted by Takahiro Kambe.
2014-08-13 09:28:37 +00:00
adam
d03d666f7e Changes 1.8.10:
This release addresses two security issues:
    CVE-2014-3522: ra_serf improper validation of wildcards in SSL certs.
    CVE-2014-3528: credentials cached with svn may be sent to wrong server.
2014-08-13 09:08:55 +00:00
markd
e64841c70a Update to nss 3.16.4
This release consists primarily of CA certificate changes as listed
below, and includes a small number of bug fixes.

Notable Changes:
* The following 1024-bit root CA certificate was restored to allow more
  time to develop a better transition strategy for affected sites. It was
  removed in NSS 3.16.3, but discussion in the mozilla.dev.security.policy
  forum led to the decision to keep this root included longer in order to
  give website administrators more time to update their web servers.
  - CN = GTE CyberTrust Global Root
* In NSS 3.16.3, the 1024-bit "Entrust.net Secure Server Certification
  Authority" root CA certificate was removed. In NSS 3.16.4, a 2048-bit
  intermediate CA certificate has been included, without explicit trust.
  The intention is to mitigate the effects of the previous removal of the
  1024-bit Entrust.net root certificate, because many public Internet
  sites still use the "USERTrust Legacy Secure Server CA" intermediate
  certificate that is signed by the 1024-bit Entrust.net root certificate.
  The inclusion of the intermediate certificate is a temporary measure to
  allow those sites to function, by allowing them to find a trust path to
  another 2048-bit root CA certificate. The temporarily included
  intermediate certificate expires November 1, 2015.
2014-08-12 09:43:06 +00:00
wiz
55c0c08c02 Improve DESCR, from Jan Danielsson on pkgsrc-users. 2014-08-12 06:19:28 +00:00
markd
b82a309377 Apply Readline-6.3 Official Patches 1 - 6 2014-08-11 21:29:00 +00:00
szptvlfn
a98fd99589 Bump PKGREVISION for hs-transformers-base-0.4.3 2014-08-11 21:06:30 +00:00
szptvlfn
936da03f23 Update to 0.4.3
Changes from https://github.com/mvv/transformers-base
0.4.3
 - Merge pull request #6 from tensor5/master
   Enable Safe Haskell extension
2014-08-11 21:03:58 +00:00
tron
5e0ad3f955 Use a (shell) "for" loop to deal with creating the symbolic links for both
include filenames instead of duplicating the code.
2014-08-11 12:06:00 +00:00
tron
858b945309 Also create "ncurses/ncurses.h" if we are using a builtin curses library.
Some packages (e.g. "cmake" version 3.0.1) automatically discover
"${PREFIX}/include/ncurses/ncurses.h" and derive the include filename
from this path.
2014-08-11 11:50:06 +00:00
wiz
695c49b195 Remove unnecessary chunk. 2014-08-11 11:20:37 +00:00
wiz
a47da26d7b Adapt path for cmake-3.0. Bump PKGREVISION. 2014-08-11 11:20:24 +00:00
wen
defd86e7e8 Update to 0.79
Upstream changes:
0.79 Sat Aug  9 00:55:07 PDT 2014
 - Dep on EU::MM 6.52

0.78 Sat Aug  9 00:23:58 PDT 2014
 - Fix swim errors

0.77 Fri Aug  8 12:39:43 PDT 2014
 - Change Provider test to use string eval, keeping it out of the eyes of
   Perl::Prereqs.

0.76 Thu Aug  7 00:29:39 PDT 2014
 - Fix bad encoding in Pod

0.75 Wed Aug  6 22:04:50 PDT 2014
 - Use PR/14 which makes old and new Test::Builders work. exodist++

0.74 Wed Aug  6 13:36:29 PDT 2014
 - Add dependency on Filter::Util::Call just to be sure
 - Spiffy requires it and we already require Spiffy

0.73 Wed Aug  6 13:24:45 PDT 2014
 - Doc fix. Thanks @Perlover++

0.72 Wed Aug  6 10:31:52 PDT 2014
 - Dep on new Spiffy-0.40 to get rid of warnings on blead 5.21.x

0.71 Wed Aug  6 09:50:04 PDT 2014
 - Applied PR/4 from schwern++

0.70 Wed Aug  6 09:30:03 PDT 2014
 - Fixed doc typo

0.69 Wed Aug  6 09:09:34 PDT 2014
 - Add $VERSION back into Test::Base

0.68 Wed Aug  6 08:56:09 PDT 2014
 - PR/11 and fixes

0.67 Tue Aug  5 10:16:09 PDT 2014
 - Add badges to doc

0.66 Mon Aug  4 00:39:44 PDT 2014
 - Remove (c) from Copyright
 - Ginish doc to Swim

0.65 Sat Aug  2 23:48:34 PDT 2014
 - Fix copyright years.

0.64 Fri Aug  1 23:16:11 PDT 2014
 - Add Algorithm::Diff and Text::Diff to test.requires

0.63 Fri Aug  1 23:04:30 PDT 2014
 - Switch to Zilla-Dist

0.62 Mon Feb 10 14:45:04 PST 2014
 - Bad plan in a test

0.61 Sat Feb  8 11:08:00 PST 2014
 - Switch to dzil
2014-08-11 02:56:22 +00:00
wen
fa6dbc8192 Update to 0.29
Upstream changes:
0.29    2014/07/17 12:18:12
        [CHANGES]
         * Added Test::Future
         * Stronger deprecations - repeat {} on failures warns every time,
           ->and_then / ->or_else warn once

        [BUGFIXES]
         * Define the behaviour of dependent futures when components are
           cancelled. (Partially fixes RT96685)
         * Use Module::Build->prompt (RT96409)
         * Ensure that repeat on an empty foreach list or empty generator
           without 'otherwise' behaves correctly, just yield an immediate

0.28    2014/06/08 22:43:40
        [CHANGES]
         * Added ->label
         * Added ->btime, rtime, elapsed tracing timers
         * Better handling of 'breaks' version detection

0.27    2014/06/06 17:42:27
        [BUGFIXES]
         * Depend on Carp 1.25 for the new message format with trailing
           period, so tests work

0.26    2014/06/01 12:52:53
        [CHANGES]
         * Added ->is_failed accessor
         * Implement ->export_to_level in Future::Utils
         * Print a warning about lost sequence Futures
         * Allow Future->done and Future->fail as simple class constructors
           to return immediates
         * Added Future->unwrap

        [BUGFIXES]
         * Ensure that sequence futures are weaken()ed in the forward
           direction.
           **NOTE** This will potentially break existing code that depended on
             strong references. This old code was, however, broken.
2014-08-11 02:06:20 +00:00
wen
bf4903f121 Update to 0.68
Upstream changes:
0.68 Mon Aug 11 01:19:12 BST 2014
 - Update "with" docs for EU::D 0.400.
2014-08-11 01:53:13 +00:00
wiz
56d1f52d78 Update to 2.6.1:
2.6.1
-----------------------------------

- No longer show line numbers in the --verbose output, the output is now
  purely the nodeid.  The line number is still shown in failure reports.
  Thanks Floris Bruynooghe.

- fix issue437 where assertion rewriting could cause pytest-xdist slaves
  to collect different tests. Thanks Bruno Oliveira.

- fix issue555: add "errors" attribute to capture-streams to satisfy
  some distutils and possibly other code accessing sys.stdout.errors.

- fix issue547 capsys/capfd also work when output capturing ("-s") is disabled.

- address issue170: allow pytest.mark.xfail(...) to specify expected exceptions via
  an optional "raises=EXC" argument where EXC can be a single exception
  or a tuple of exception classes.  Thanks David Mohr for the complete
  PR.

- fix integration of pytest with unittest.mock.patch decorator when
  it uses the "new" argument.  Thanks Nicolas Delaby for test and PR.

- fix issue with detecting conftest files if the arguments contain
  "::" node id specifications (copy pasted from "-v" output)

- fix issue544 by only removing "@NUM" at the end of "::" separated parts
  and if the part has an ".py" extension

- don't use py.std import helper, rather import things directly.
  Thanks Bruno Oliveira.
2014-08-10 14:46:03 +00:00
wiz
a011765dbd Update to 1.4.23:
1.4.23
==================================================

- use newer apipkg version which makes attribute access on
  alias modules resolve to None rather than an ImportError.
  This helps with code that uses inspect.getframeinfo()
  on py34 which causes a complete walk on sys.modules
  thus triggering the alias module to resolve and blowing
  up with ImportError.  The negative side is that something
  like "py.test.X" will now result in None instead of "importerror: pytest"
  if pytest is not installed.  But you shouldn't import "py.test"
  anyway anymore.

- adapt one svn test to only check for any exception instead
  of specific ones because different svn versions cause different
  errors and we don't care.
2014-08-10 14:44:53 +00:00
adam
f2fe688425 Changes 3.0.1:
We are pleased to announce the release of CMake 3.0.0. In CMake 3.0, the CMake language has been extended with *Bracket Argument* and *Bracket Comment* syntax inspired by Lua long bracket, and the CMake documentation has been converted to reStructuredText.

Furthermore, new "CodeLite" and "Kate" extra generators are available for use with the Makefile or Ninja generators. In addition, the "add_library()" command learned a new "INTERFACE" library type, the "export()" command learned a new "EXPORT" mode that retrieves the list of targets to export from an export set configured by the "install(TARGETS)" command "EXPORT" option, and the "project()" command learned to set some version variables to values specified by the new "VERSION" option or to empty strings.
2014-08-10 10:02:51 +00:00
richard
da84b97f4c Avoid redefinition warnings with _XOPEN_SOURCE using _POSIX_C_SOURCE
on SunOS (especially during bootstrapping)
2014-08-10 09:10:10 +00:00
wiz
c277fac5e7 Add upstream bug report URL. 2014-08-10 08:21:46 +00:00
wiz
33eacf968d + commit-patch 2014-08-09 23:50:16 +00:00
wiz
15e151328b Import commit-patch-2.5 as devel/commit-patch.
A neat little utility that lets you check in select portions of a
file into Darcs, Git, Mercurial, Bazaar, Subversion, or CVS
repositories. It comes as a command line app and also and emacs
interface.
2014-08-09 23:49:53 +00:00
wiz
93eec3ec5a + bugs-everywhere 2014-08-09 21:57:45 +00:00
wiz
be96df283d Import py27-bugs-everywhere-1.1.1 as devel/bugs-everywhere.
This is Bugs Everywhere (BE), a bugtracker built on distributed
version control.  It works with Arch, Bazaar, Darcs, Git, Mercurial,
and Monotone at the moment, but is easily extensible.  It can also
function with no VCS at all.

The idea is to package the bug information with the source code,
so that bugs can be marked "fixed" in the branches that fix them.
So, instead of numbers, bugs have globally unique ids.
2014-08-09 21:57:14 +00:00
wiz
640da6258f Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
wiz
13aad5de54 Fix build on OS X Tiger. From Sevan Janiyan in PR 49090. 2014-08-08 14:55:21 +00:00
jmmv
9399d74633 Update kyua-cli to 0.9:
Experimental version released on August 8th, 2014.

Major changes:

The internal architecture of Kyua to record the results of test suite
runs has completely changed in this release.  Kyua no longer stores all
the different test suite run results as different "actions" within the
single store.db database.  Instead, Kyua now generates a separate
results file inside ~/.kyua/store/ for every test suite run.

Due to the complexity involved in the migration process and the little
need for it, this is probably going to be the only release where the
'db-migrate' command is able to convert an old store.db file to the
new scheme.

Changes in more detail:

* Added the 'report-junit' command to generate JUnit XML result files.
  The output has been verified to work within Jenkins.

* Switched to results files specific to their corresponding test suite
  run.  The unified store.db file is now gone: 'kyua test' creates a
  new results file for every invocation under ~/.kyua/store/ and the
  'kyua report*' commands are able to locate the latest file for a
  corresponding test suite automatically.

* The 'db-migrate' command takes an old store.db file and generates one
  results file for every previously-recorded action, later deleting the
  store.db file.

* The '--action' flag has been removed from all commands that accepted
  it.  This has been superseded by the tests results files.

* The '--store' flag that many commands took has been renamed to
  '--results-file' in line with the semantical changes.

* The 'db-exec' command no longer creates an empty database when none
  is found.  This command is now intended to run only over existing
  files.
2014-08-08 14:30:24 +00:00
jmmv
9231a1a23d Update kyua-testers to 0.3:
Experimental version released on August 8th, 2014.

* Made the testers set a "sanitized" value for the HOME environment
  variable where, for example, consecutive and trailing slashes have
  been cleared.  Mac OS X has a tendency to append a trailing slash to
  the value of TMPDIR, which can cause third-party tests to fail if they
  compare ${HOME} with $(pwd).

* Issues 85, 86, 90 and 92: Made the TAP parser more complete: mark test
  cases reported as TODO or SKIP as passed; handle skip plans; ignore
  lines that look like "ok" and "not ok" but aren't results; and handle
  test programs that report a pass but exit with a non-zero code.
2014-08-08 14:29:53 +00:00
obache
748d2f8f24 Update msgpack to 0.5.9.
2014-07-02 version 0.5.9:

  * Support std::tr1 unordered containers by default (#51, #63, #68, #69)
  * Remove some warnings (#56)
  * Fix segmentation fault after malloc failures (#58, #59)
  * Fix alloc/dealloc mismatch (#52, #61)
  * Fix sample codes (#60, #64)
  * Support implicit conversion from integer to float/double (#54)
  * Improve documents (#45, #75, #82, #83)
  * Support CMake (#20, #87)
  * Remove Ruby dependencies in bootstrap (#86, #87)
  * Add FILE* buffer (#40)
  * Other bug fixes and refactoring: #39, #73, #77, #79, #80, #81, #84, #90
2014-08-08 12:27:44 +00:00
wen
822cf9cc96 Update to 0.67
Upstream changes:
0.67 Fri Aug  8 00:37:17 BST 2014
 - Remove WriteInlineMakefile.
 - Make "use Inline" keywords case-insensitive.
 - Add a devel ILSM test for running before release

0.66 Fri Aug  1 00:43:36 BST 2014
 - Change Inline::Config check to avoid false positives

0.65 Wed Jul 30 04:18:50 BST 2014
 - Update docs and M14_usage_Config error message

0.64 Sat Jul 19 22:19:18 BST 2014
 - Instrument "Inline::Config" error
 - Lock reading as well as writing of config file
 - Prevent adding non .pm modules to the Makefile
2014-08-08 12:01:25 +00:00