Commit graph

17010 commits

Author SHA1 Message Date
joerg
4b76328d95 Deal with C99 vs GNU89 inline semantic 2011-08-20 15:28:09 +00:00
taca
083e6b46b2 Remove GEM_CLEANBUILD since it is pure ruby extension. 2011-08-20 15:17:27 +00:00
taca
0b59398d41 Update ruby-simple_uuid package to 0.2.0.
v0.2.0 perf optimizations for cassandra cql
2011-08-20 15:15:51 +00:00
tnn
d50dd14ddf Fix build of legacy mozilla packages and rename the PKGBASE
to facilitate coinstallation with current packages.
2011-08-20 13:05:49 +00:00
tnn
ee1f0f3d80 remove obsolete SUBSTitutions 2011-08-19 14:31:10 +00:00
obache
183fa9c929 Fixes PLIST for perl option with perl!=5.12.x by using PLIST_SUBST variables. 2011-08-19 12:37:09 +00:00
tnn
f7a1923614 Version bump due to firefox update. 2011-08-18 18:31:34 +00:00
tnn
32c479a735 Update to Firefox 6.0.
Major changes include:

The address bar now highlights the domain of the website you're visiting
Streamlined the look of the site identity block
Added support for the latest draft version of WebSockets with a prefixed API
Added support for EventSource / server-sent events
Added support for window.matchMedia
Added Scratchpad, an interactive JavaScript prototyping environment
Added a new Web Developer menu item and moved development-related items into it
Improved usability of the Web Console
Improved the discoverability of Firefox Sync
Reduced browser startup time when using Panorama
Fixed several stability issues
Fixed several security issues
2011-08-18 18:31:09 +00:00
abs
556d2ac827 Updated devel/p5-namespace-clean to 0.21
[0.21]
        - When using the tie() fallback ensure we do not obliterate a
          foreign tie()
        - Better document how to disable the tie() fallback

    [0.20_01] (the "mst made me do it" release)
        - Only invoke the deleted sub stashing if we run udner a debugger
          (avoid runtime penalty of Sub::Name/Sub::Identify)
        - Spellfixes (RT#54388)
        - When B::Hooks::EndOfScope is not available, switch to a simple
          tie() of %^H. While it can not 100% replace B::H::EOS, it does
          everything n::c needs

    [0.20]
        - Bump Package::Stash dependency to 0.22 to pull in a bugfix in
          Package::Stash::XS 0.19.

    [0.19]
        - Port to the new Package::Stash 0.18 API and depend on it.
        - Don't rely on package::stash's remove_package_symbol implementation
          (doy).
2011-08-18 11:53:02 +00:00
taca
ff77df8f7d Update ruby-railties package to 3.0.10.
3.0.10

Added jdbc related templates files of database config.
2011-08-17 14:20:04 +00:00
taca
b194909249 Update ruby-activemodel package to 3.0.10.
Bump version only.
2011-08-17 14:17:16 +00:00
taca
14a8b3b3ca Update ruby-activesupport3 package to 3.0.10.
* Rails 3.0.10

* Delayed backtrace scrubbing in `load_missing_constant` until we actually
  raise the exception
2011-08-17 14:16:45 +00:00
taca
8bdda93870 Update ruby-activesupport package to 2.3.14.
2.3.14:

Security fix with Ruby 1.8.x not affected Ruby 1.9.x:

Ruby on Rails has provided a high performance replacement for
ERB::Util.h since version 2.0.0.  Due to a bug in the Ruby 1.8 Regular
Expression code this replacement version will fail to escape certain
malformed unicode strings.  This malformed output will then be
interpreted as HTML by some browsers on some operating systems.
2011-08-17 14:12:03 +00:00
asau
c62c4934cd Update to Fossil 1.18 (2011-07-13)
Major changes in this release:

  * Added sequential version numbering
  * Added a optional configure script - the Makefile still works
    for most systems.
  * Improvements to the "annotate" algorithm: only search
    primary ancestors and ignore branches.
  * Update the "scrub" command to remove traces of login-groups
    and subrepositories.
  * Added the --type option to the "fossil tag find" command.
  * In contexts where only a check-in makes sense, resolve
    branch and tag names to checkins only, never events or other
    artifacts.
  * Improved display of file renames on a diff. A rebuild is
    required to take full advantage of this change.
  * Update the built-in SQLite to version 3.7.7.
2011-08-17 13:42:50 +00:00
taca
6273df7a30 Update ruby-test-unit package to 2.3.2.
2.3.2 2011-08-15
----------------

A bug fix release.

Improvements
------------

    [ui][console] Added some newlines to improve readability.

Fixes
-----

    [ui][console] Worked --verbose again.
    Re-supported Ruby 1.8.6. [Reported by James Mead]

Thanks
------

    James Mead
2011-08-17 13:28:21 +00:00
taca
c6b7ffae23 Update ruby-parser package to 2.1.0.
=== 2.1.0 / 2011-08-15

* 2 minor enhancements:

  * Added new accessor canonicalize_conditions to toggle conditional canonicalization (on by default). (confused)
  * Awesome cleanup: Replaced call to append_block by block_append. (Confusion)

* 2 bug fixes:

  * Fixed handling last line of =begin/=end. (raybaxter)
  * Fixed source line numbers after heredocs. (jbarreneche)
2011-08-17 13:26:14 +00:00
taca
80a9176536 Update ruby-sexp-processor package to 3.0.6.
=== 3.0.6 / 2011-08-16

* 5 minor enhancements:

  * Added ParseTreeTestCase#add_19tests
  * Added a bunch of FAILING 1.9 tests stolen from presidentbeef's repo! yay!
  * Added add_19tests and add_18tests to segregate version specific parsing.
  * Moved pt_testcase.rb to sexp_processor
  * Segregated a bunch of 1.8 specific tests using add_18tests.
2011-08-17 13:24:39 +00:00
taca
90abd20775 Update hoe pacakge to 2.12.0.
=== 2.12.0 / 2011-08-15

* 2 minor enhancements:

  * Forcibly copy file specified in --main to index.html. (ewong)
  * need_tar now defaults to false.

* 4 bug fixes:

  * Don't attempt to require RSpec 1 in an RSpec 2 environment. (monde)
  * Fixed test/packaging issue when wrapping hoespec in namespace. (damphyr)
  * Fixed tests for jruby. (sferik)
  * Hoe.load_plugins removes bad entries so plugin? returns false for unloaded
    plugins.
2011-08-17 13:19:49 +00:00
wiz
939c9d2ad0 Update to 0.13:
0.13  Aug 2, 2011

* Fixes
  - Fix typo in lib/Log/Any/Adapter/Test.pm - RT #69850 - Stephen Thirlwall

0.12  Mar 23, 2011

* Fixes
  - Return false from null adapter is_xxx methods - RT #64164 - Chip Salzenberg
  - Eliminate 'subroutine redefined' warning in case Log::Any::Adapter loaded before
    Log::Any::Test

* Implementation
  - Migrate to Dist::Zilla
2011-08-17 11:58:20 +00:00
wiz
85e3bd2c1e Update to 0.16:
- 0.16 ... Add config option '_TESTING' (and tests)
           Inline pre-requisite version now 0.46_01
           Add config option 'USE'
           Substitution regex added to t_makefile_pl_pre.t and
            t_makefile_pl.t - to cater for recent ActivePerls
2011-08-17 11:57:17 +00:00
wiz
d4582dbad6 Update to 0.48:
version: 0.48
date: Mon 21 Feb 2011
      Version 0.48 released to CPAN. (No changes from 0.47_02.)

---
version: 0.47_02
date: Tues 1 Feb 2011
      Version 0.47_02 released to CPAN.
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.

---
version: 0.47_01
date: Sun 30 January 2011
      Version 0.47_01 released to CPAN.
      Changes only to Inline::C test suite - see C/Changes.

---
version: 0.47
date: Fri 21 January 2011
      Version 0.47 released to CPAN. No changes from 0.46_02

---
version: 0.46_02
date: Wed 29 December 2010
lib/Inline/MakeMaker.pm - apply patch from Raymond Mroz to accommodate the modern
                          h2xs directory structure. Bump Inline::MakeMaker version
                          to 0.45.

---
version: 0.46_01
date: Wed 31 March 2010 (and released to CPAN as 0.46_01)
Inline.pm - warn about untainting of Inline configuration info (where applicable)
          - quieten non-numeric warnings in relation to devel releases
          - quieten uninitialized warning regarding $ENV{WIN64} that can occur
            in certain circumstances on MS Windows
Inline.pod - Documentation change relating to introduction of further _TESTING
             capabilities in Inline::C

---
version: 0.46_01
date: Mon 8 March 2010
Inline.pm - add '_TESTING' config option
          - hide the 'redefined' warning introduced by the fix to ticket 49669,
            by placing the offending code in a 'no warnings "redefine";' block.
          - bump require from 5.005 to 5.006

---
version: 0.46_01
date: Sun 14 feb 2010
Inline.pm - add archname and perlversion number to config filename.
C/C.pm - Second attempt at accommodating 'ccache cc' compiler (RT ticket 40140).
2011-08-17 11:43:59 +00:00
wiz
b28990dc2d Update to 0.24:
0.24    Sep 24 2010
        - Makefile.PL fixed
        - New test added
2011-08-17 09:44:49 +00:00
wiz
41459a3d45 Update to 0.09:
0.09  Wed Jun 15 15:22:12 PDT 2011
        - Implemented thread safety (chansen)
2011-08-17 09:43:46 +00:00
wiz
d9d3ed357e Update to 1.19:
Thu Sep 23 09:52:13 2010 - 1.19
    * Fix handling of 0 and '' key values (thanks to Fabrice Dulaunoy)
    * Update docs to reflect behaviour: EscapeSequence=undef
      doesn't work, you need to use the DisableEscapes Option
      (thanks to Fischer Ronald)
2011-08-17 09:42:44 +00:00
obache
edcbc838c2 perl-5.14.1 contains sufficient ExtUtils::ParseXS. Bump PKGREVISION. 2011-08-17 03:05:15 +00:00
obache
d55d2159ac Revision bump after updating perl5 to 5.14.1. 2011-08-17 02:55:21 +00:00
wiz
72f9087305 Update to 2.82:
2.82  2011-06-26T05:12:04
      - Moved the repository to
        [GitHub](https://github.com/theory/svn-notify/). Yes, I'm aware of the
        irony.

2.81  2011-02-19T03:09:43
      - Removed deprecated use of `qw(...)` as parentheses.
      - Fixed test failures due to a change in the opration of MIME-Q
        encoding.
2011-08-16 23:09:33 +00:00
wiz
c7b33ef41e Update to 0.05:
0.05 Sat Feb 19 03:51:57 CET 2011
        [ENHANCEMENTS]
        - Add support for Text-content-sha1 node property
        - Don't create text or property blocks if they don't exist in
          a dump. (Rocco Caputo)
        - Add a digest() method to SVN::Dump::Text
          (Inspired by a patch by Scott MacPhee, RT #56868)
        - Add support for Text-content-sha1 / Text-copy-source-sha1
          (RT #60207)
        - New option check_digest that will, when reading a non-delta
          dump, ensure that the content digest are valid
        - Properly ignore blank lines between records (RT #25467, #28645)
2011-08-16 23:06:31 +00:00
wiz
b9f2f8c4ba Update to 1.011:
1.011   2011-02-21
        Remove Build.PL which didn't install perl-reversion.
2011-08-16 23:05:28 +00:00
wiz
00015f2014 Update to 20101217:
2010 12 17
     - added new flag -it=n or --iterations=n
       This flag causes perltidy to do n complete iterations.
       For most purposes the default of n=1 should be satisfactory.  However n=2
       can be useful when a major style change is being made, or when code is being
       beautified on check-in to a source code control system.  The run time will be
       approximately proportional to n, and it should seldom be necessary to use a
       value greater than n=2.  Thanks to Jonathan Swartz

     - A configuration file pathname begins with three dots, e.g.
       ".../.perltidyrc", indicates that the file should be searched for starting
       in the current directory and working upwards. This makes it easier to have
       multiple projects each with their own .perltidyrc in their root directories.
       Thanks to Jonathan Swartz for this patch.

     - Added flag --notidy which disables all formatting and causes the input to be
       copied unchanged.  This can be useful in conjunction with hierarchical
       F<.perltidyrc> files to prevent unwanted tidying.
       Thanks to Jonathan Swartz for this patch.

     - Added prefilters and postfilters in the call to the Tidy.pm module.
       Prefilters and postfilters. The prefilter is a code reference that
       will be applied to the source before tidying, and the postfilter
       is a code reference to the result before outputting.

       Thanks to Jonathan Swartz for this patch.  He writes:
       This is useful for all manner of customizations. For example, I use
       it to convert the 'method' keyword to 'sub' so that perltidy will work for
       Method::Signature::Simple code:

       Perl::Tidy::perltidy(
          prefilter => sub { $_ = $_[0]; s/^method (.*)/sub $1 \#__METHOD/gm; return $_ },
          postfilter => sub { $_ = $_[0]; s/^sub (.*?)\s* \#__METHOD/method $1/gm; return $_ }
       );

     - The starting indentation level of sections of code entabbed with -et=n
       is correctly guessed if it was also produced with the same -et=n flag.  This
       keeps the indentation stable on repeated formatting passes within an editor.
       Thanks to Sam Kington and Glenn.

     - Functions with prototype '&' had a space between the function and opening
       peren.  This space now only occurs if the flag --space-function-paren (-sfp)
       is set.  Thanks to Zrajm Akfohg.

     - Patch to never put spaces around a bare word in braces beginning with ^ as in:
         my $before = ${^PREMATCH};
       even if requested with the -bt=0 flag because any spaces cause a syntax error in perl.
       Thanks to Fabrice Dulanoy.
2011-08-16 23:04:17 +00:00
wiz
4ced4a094e Update to 1.28:
1.28 Wed  2 Mar 2011
	- The ->isa in the 5.10 operator and magic variable tests were
	  back the front, breaking both. Fixed (ADAMK)
	- Magic variable rules now check using ->symbol method instead of
	  ->content so that $+{foo} are correctly treated like %+ (ADAMK)
	- Removed -w from tests to allow testing with Tainting on (ADAMK)

1.27 Sat 26 Feb 2011
	- Updating to Module::Install::DSL 1.00
	- Updating copyright year
	- Fix detection of binary numbers (Alexandr Ciornii)
	- Add check for variables added in 5.5 (Alexandr Ciornii)
	- Correct detection of different cases of '...' (Alexandr Ciornii)
	- Detection of bareword that ends with double colon (Alexandr Ciornii)
2011-08-16 23:03:03 +00:00
wiz
e657697b25 Update to 1.116:
[1.116] Released on 2011-05-15

    Policy Changes:
    * BuiltInFunctions::ProhibitLvalueSubstr does not report violations
      if the document contains an explicit 'use n.nnn;' where the
      version is before 5.005.  RT #59112
    * Documentation::RequirePodSections no longer blows up on code
      having POD but no =head1. This problem was introduced with RT
      #59268. RT #67231
    * RegularExpressions::ProhibitUnusedCapture should more reliably
      find things like s/(a)/${1}2/.  RT #67273.
    * ValuesAndExpressions::ProhibitMagicNumbers and
      Module::RequireVersionVar now treat versions passed as the second
      argument of a 'package' statement the same as versions declared as
      'our $VERSION ...'.  RT #67159
    * Variables::RequireLexicalLoopIterators does not report violations
      if the document contains an explicit 'use n.nnn;' where the
      version is before 5.004.  RT #67760

[1.115] Released on 2011-03-31

    Minor bits:
    * Fatal error in RegularExpressions::ProhibitUnusedCapture here
      document check.  RT #67116.
    * Internal POD error in Documentation::RequirePodLinksIncludeText.  Patch
      by Salvatore Bonaccorso.  RT #67012

[1.114] Released on 2011-03-26

    Policy Changes:
    * Documentation::RequirePodLinksIncludeText now handles nested POD
      formatting. RT #65569
    * Clarified relation of severity numbers to names in Perl::Critic
      POD. RT #66017
    * Removed caveats from Variables::RequireLocalizedPunctuationVars,
      no longer necessary with PPI 1.208. RT #65514
    * Have InputOutput::RequireBriefOpen attempt to expand scope as
      necessary to deal with the case where the open() and the
      corresponding close() are not in the same scope. RT #64437
    * RegularExpressions::ProhibitUnusedCapture now looks inside
      double-quotish things. RT #38942.
    * RegularExpressions::ProhibitUnusedCapture now takes logical
      alternation into account, so that (e.g.)
          if ( /(a)/ || /(b)/ ) {
              say $1;
          }
      is not a violation. RT #38942.
    * ValuesAndExpressions::ProhibitCommaSeparatedStatements now
      recognizes 'return { foo => 1, bar => 2 }' as containing a hash
      constructor, not a block. This was fixed by PPI 1.215. RT #61301.
    * ValuesAndExpressions::ProhibitCommaSeparatedStatements now
      recognizes 'bless { foo => 1, bar => 2 }' as containing a hash
      constructor, not a block. This was fixed by PPI 1.215. RT #64132.

[1.113] Released on 2011-02-14

    New Policies:
    * InputOutput::RequireEncodingWithUTF8Layer recommends
      ':encoding(utf8)' over ':utf8' in open() and binmode(). It is severity 5
      because of the bad things that can happen if invalid UTF8 gets loose in
      your code.
    * Modules::ProhibitConditionalUseStatements prohibits
      'use module' inside a conditional, since the statement is executed
      unconditionally at compile time.  Thanks to Peter Guzis for submitting
      the policy and tests in RT #59065.

    Policy Changes:
    * CodeLayout::RequireConsistentNewlines produces multiple undefined
      value errors when a violation is found. RT #65663
    * ControlStructures::ProhibitMutatingListFunctions allows s///r,
      which was introduced in 5.13.2.
    * ControlStructures::ProhibitPostfixControls now looks for "when".  It is
      treated in the same way as "if".
    * Documentation::RequirePodSections now honors '## no critic'
      annotation anywhere before the '__END__', '__DATA__', or first
      '=head1', whichever comes first.  The line number of the offending
      '=head1 NAME' was added to the violation description.  RT #59268.
    * RegularExpressions::ProhibitUnusedCapture now takes account of the
      use of $- and $+ (and their English equivalents under 'use
      English') provided the subscripts are literal integers.
    * RegularExpressions::ProhibitUnusedCapture now takes account of the
      use of capture variables in the replacement portion of
      s/.../.../e.
    * Subroutines::ProhibitUnusedPrivateSubroutines now looks inside
      regular expressions.
    * ValuesAndExpressions::ProhibitMagicNumbers now supports Const::Fast.
    * ValuesAndExpressions::ProhibitMagicNumbers now has a
      constant_creator_subroutines parameter to allow the user to
      configure the names of subroutines that create constants. RT #62562.
    * ValuesAndExpressions::ProhibitMismatchedOperators didn't handle file
      test operators properly.  Patch by H.Merijn Brand.  RT #58751
    * Variables::ProhibitUnusedVariables now looks inside regular
      expressions.
    * ValuesAndExpressions::RequireInterpolationOfMetachars now detects
      and complains about "\b" and "\l" as documented in perlop, and
      "\1" through "\7", which are not documented there, but were found
      in toke.c.

    New Developer Features:
    * uses_module(), namespaces(), and subdocuments_for_namespace() methods on
      Perl::Critic::Document.
    * Perl::Critic::Document->new() now accepts a -filename-override argument
      for setting the filename when the source code comes from something
      other than an actual file.

    Other Changes:
    * Test::Perl::Critic::Policy no longer exports by default.
    * Build phase now requires Test::Deep.
    * Added example using Try::Tiny to documentation of
      ErrorHandling::RequireCheckingReturnValueOfEval. Suggested by Andy
      Lester on the developers mailing list.
    * In order to get more consistent behavior across all installations of
      Perl::Critic, IPC::Open2 (which actually is part of core), PPIx::Regexp,
      Perl::Tidy, Pod::Spell, and Text::ParseWords are no longer optional
      prerequisites.
    * Now depends upon PPIx::Utilities v1.1.0.

    Bug Fixes:
    * Build.PL/Makefile.PL didn't specify a minimum version of version.pm, but
      TestingAndDebugging::RequireUseStrict did.  RT #58952
    * Perl::Critic::Annotation needs to look inside the __END__ statement to
      find the true end of the document, otherwise POD policies may give false
      positives.  RT #59176
    * BuiltinFunctions::ProhibitStringyEval no longer dies on eval
      "#...".  RT #60179
    * RegularExpressions::ProhibitUnusedCapture now takes account of the
      %LAST_PAREN_MATCH as well as %+ if English has been loaded.  RT #60002
    * Subroutines::ProhibitManyArgs now interprets prototype groups (e.g.
      \[$@%]) as representing a single argument.
    * Require Exporter version 5.63 (versus version 0) to get sane handling of
      export tags.  RT# 61071
    * Prevent Subroutines::ProhibitUnusedPrivateSubroutines from failing
      on &_subroutine().  RT #61311
    * Subroutines::ProhibitAmpersandSigils now allows references of the
      form \( &sub1, &sub2 ).  RT #49609

[1.112_002] Released on 2011-02-09
[1.112_001] Released on 2010-12-14

    Changes summarized into 1.113 above.  For exact details, see Changes on
    BackPAN.

[1.111] Released on 2010-12-14

    Bug Fixes:
    * TestingAndDebugging::ProhibitNoStrict and ProhibitNoWarnings no longer
      rely on the behavior of all() when the list is empty due to change in
      List::MoreUtils 0.28.  RT #63816

[1.110_001] Released on 2010-11-30

    Changes summarized into 1.113 above.  For exact details, see Changes on
    BackPAN.  (Yes, all of this stuff was not in 1.111.)
2011-08-16 23:01:57 +00:00
wiz
777c299447 Update to 1.1.0:
[1.1.0]  Released on 2010-12-01

    Add support for Const::Fast to PPIx::Utilities::Statement.
2011-08-16 22:56:04 +00:00
wiz
d921de30e9 Update to 0.021:
0.021		T. R. Wyant	22-Jul-2011
  Modified tokenizer to correctly handle a back slash used as a
    delimiter. I believe.
  PPIx::Regexp::Dumper now dumps the results of ppi() if that method is
    present and -verbose is asserted.

0.020		T. R. Wyant	02-Apr-2011
  Corrected perl_version_introduced():
    \R is now 5.009005 (was 5.000).

0.019		T. R. Wyant	01-Mar-2011
  Various corrections to perl_version_introduced():
    \X is now 5.006 (was 5.000);
    \N{name} is now 5.006001 (was 5.006);
    \N{U+xxxx} is now 5.008 (was 5.006).
  The \C is now parsed as a PPIx::Regexp::Token::CharClass::Simple. It
    was previously considered a PPIx::Regexp::Token::Literal.
  Ensure that \N{$foo} parses as a Unicode literal, not a quantified \N.
    The ordinal() method returns undef for this.
  Understand the /aa modifier, introduced with 5.13.10.
  Report perl_version_introduced() of 5.013010 for the new semantic
    modifiers when modifying the entire expression.
  Correct handling of interpolations like ${^foo} and $#{foo}.

0.018		T. R. Wyant	16-Feb-2011
  No changes (other than version) since 0.017_02.

0.017_02	T. R. Wyant	31-Jan-2011
  Override ppi() in PPIx::Regexp::Token::Interpolation to provide the
    proper PPI when variable names are bracketed.
  Properly parse bracketed variable names (I hope!), which may not be
    subscripted.

0.017_01	T. R. Wyant	28-Jan-2011
  Take account of possible '$' or '@' casts before a symbol in an
    interpolation (e.g. $$foo{bar}, which is equivalent to $foo->{bar}).

0.017		T. R. Wyant	26-Jan-2011
  Add the /a modifier to PPI::Regexp::Token::Modifiers, legal only in
    the (?:...) construction. This was introduced in Perl 5.13.9.
  When parsing an interpolation from a replacement string (rather than a
    regular expression), take subscripts at face value rather than
    trying to disambiguate them from quantifiers and character classes,
    which they can't be in this context.

0.016		T. R. Wyant	05-Jan-2011
  The PPIx::Regexp::Token::Code perl_version_introduced() method now
    returns the minimum Perl version (currently set to 5.000) if it is
    used to represent the substitution portion of s///e.
  Update copyright to 2011.

0.015		T. R. Wyant	25-Oct-2010
  Documented intent to revoke support for features introduced in a
    development Perl which do not make it to a production release. This
    is necessary because in this case the syntax could be reused with
    different semantics.
  Added support for Perl 5.13.6 (?^...) construction.
  Added support for Perl 5.13.6 d, l, and u modifiers.
  Fixed inconsistency in perl_version_introduced() results between
    PPIx::Regexp::Token::Modifier and
    PPIx::Regexp::Token::GroupType::Modifier.
  Corrected PPIx::Regexp::Constant RE_CAPTURE_NAME docs, somehow missed
    back at 0.010_01.

0.014		T. R. Wyant	14-Oct-2010
  Recognize \o{...} as a PPIx::Regexp::Token::Literal, with
    perl_version_introduced() of 5.0013003.
  Terminate \0.. through \7.. after three characters, as Perl does.
    These two were brought to my attention by Brian D.  Foy's "The
    Effective Perler" for October 11 2010,
    http://www.effectiveperlprogramming.com/blog/697
  Correct the PPIx::Regexp::Token::Literal ordinal() method for '\b'. As
    a literal, this is a back space.

0.013		T. R. Wyant	10-Oct-2010
  Declare a parse failure if characters are found between the '}' and
    the ')' of (?{...}) and (??{...}), and rebless the tokens to
    ::Unknown. Perl does not accept anything here, so I think I should
    not either.
  Whitespace tweak in the PPIx::Regexp::Dumper test output for the
    failures test.
  Replace the PPI logic in PPIx::Regexp::Token::Code with a call to
    $tokenizer->find_matching_delimiter(). This is actually the way Perl
    works, as a look at toke.c and regcomp.c makes clear.
  Push the perl_version_introduced() back to 5.0 at the request of
    Alexandr Ciornii, for the potential benefit of Perl::MinimumVersion.
    This was done mostly by reading the various perlre, perldelta, and
    perlop documents, so these should be taken with a HUGE grain of
    salt.

0.012		T. R. Wyant	26-Sep-2010
  Track all the features reported as introduced (or removed) in Perl
    5.010 back to Perl 5.009005, and report them as such.
  Report modifier /r as having been introduced in Perl 5.013002, rather
    than the default of 5.006.
2011-08-16 22:52:41 +00:00
wiz
e5426898d8 Update to 1.215:
1.215 Sat 26 Feb 2011
	Summary:
	- No changes

	Details:
	- Confirmed new Perl::Critic works with 1.214_02, so we
	  can release a new PPI now.

1.214_02 Mon 31 Jan 2011
	Summary:
	- More minor fixes, preparing for production release

	Details:
	- Updated copyright year to 2011 (ADAMK)
	- Fixed RT #64247 bless {} probably contains a hash constructor (WYANT)
	- Backed out glob fix (WYANT)
	- Fixed RT #65199 Cast can trump braces in
	  PPI::Token::Symbol->symbol (WYANT)

1.214_01 Thu 16 Dec 2010
	Summary:
	- General fix release

	Details:
	- index_locations on an empty document no longer warns (WYANT)
	- Corrected a bug in line-spanning attribute support (WYANT)
	- Regression test for line-spanning attribute support (ADAMK)
	- Fixed #61305 return { foo => 1 } should parse curlys as hash
	  constructor, not block (WYANT)
	- Fixed #63943 map and regexp confuse PPI? (ADAMK)
2011-08-16 22:48:24 +00:00
wiz
f28dd979e3 Update to 1.04. Set LICENSE.
1.04 Wed 20 Apr 2011
	- Fixed #67522 have_compiler returns

1.03 Mon 22 Nov 2010
	- No CPAN Testers failures, moving to production release

1.02_01 Thu 16 Sep 2010
	- Trying for a much more advanced can_xs() alternative to can_cc()
	  to deal with the situation where a host has a superficially
	  working compiler, but completely screwed up headers.
	- Adding some fallback strategies to deal with cases where these
	  same machines don't support configure_requires.
	- Adopt Chorny's eumm-upgrade style for the Makefile.PL.
	- Allow the Makefile.PL to build it's own META.yml now.
2011-08-16 22:42:25 +00:00
wiz
f30f5628c9 Update to 0.50:
0.50 Aug 09 2011
	- fixed retrieving of movie rating (ticket #69049);
	- fixed returning of MPAA rating;
	- fixed parsing of movie title;
	- fixed parsing of person name;
	- fixed variuos tests.
2011-08-16 22:40:51 +00:00
wiz
6149e4d2e2 Update to 1.222:
Overview of changes in Pango 1.222
==================================

* Don't leak Pango::Attribute objects.
* Fix a few test failures.
2011-08-16 22:13:54 +00:00
wiz
ac62c471c8 Update to 0.15:
0.15    Nov 07, 2010
        - General code cleaning (ADAMK)
        - Changes to Module::Install::Msgfmt to make it compatible with
          Module::Install::Share. (ADAMK)
        - Moved script from bin/ to script/ (ADAMK)
        - Moved private tools from dev to private (ADAMK)
        - Picking 5.008005 as our minimum Perl to ensure solid Unicode support (ADAMK)
        - Converted the Build.PL to a Module::Install Makefile.PL (ADAMK)
        - Fixed it so that it actually works (AZAWAWI)
2011-08-16 22:12:12 +00:00
wiz
46cfb00318 Update to 1.2002.
1.2002    2011-08-10 17:52:08 America/New_York

  [BUG FIXES]

  - Fix failing tests on systems without
    Test::Reporter::Transport::Metabase
  - Minor test cleanups for use with 'prove'
2011-08-16 21:39:41 +00:00
wiz
a7119ce2f9 Add two missing dependencies; fixes conflict with p5-File-Copy-Recursive.
Bump PKGREVISION.
2011-08-16 21:37:44 +00:00
wiz
5004bfeb6c + p5-CPAN-Meta. 2011-08-16 21:33:03 +00:00
wiz
4f215a80d8 Initial import of CPAN-Meta-2.112150.
Software distributions released to the CPAN include a META.json
or, for older distributions, META.yml, which describes the
distribution, its contents, and the requirements for building and
installing the distribution. The data structure stored in the
META.json file is described in CPAN::Meta::Spec.

CPAN::Meta provides a simple class to represent this distribution
metadata (or distmeta), along with some helpful methods for
interrogating that data.
2011-08-16 21:30:20 +00:00
wiz
97da9d594d Update to 0.28, add some missing dependencies.
0.28:
- fixes for cpantester
- Fix 'switch' and 'use' for bash users, by Woody2143++
- The standalone `perlbrew` file is now packed with fatpacker, by running `dev-bin/build.sh`. `perl Makefile.PL` does no trigger a re-build anymore.
- Update the installer to grab patchperl 0.46
2011-08-16 21:11:30 +00:00
wiz
f811f31fdb + p5-Test-Spec 2011-08-16 21:05:26 +00:00
wiz
572e94bf85 Initial import of p5-Test-Spec-0.38:
This is a declarative specification-style testing system for
behavior-driven development (BDD) in Perl. The tests (a.k.a.
examples) are named with strings instead of subroutine names, so
your fingers will suffer less fatigue from underscore-itis, with
the side benefit that the test reports are more legible.
2011-08-16 21:04:55 +00:00
wiz
67acc2e800 Update to 0.31:
0.31  2011-08-08
      - fix ->add_symbol('$foo', qr/sdlfk/) on 5.12+
      - fix ->add_symbol('$foo', \v1.2.3) on 5.10+

0.30  2011-07-21
      - fix compiler detection in Makefile.PL (ribasushi)

0.29  2011-04-06
      - no, *really* skip the package-stash-conflict script

0.28  2011-03-29
      - META.json fixes (mst)

0.27  2011-03-27
      - also skip the package-stash-conflicts script (Father Chrysostomos)

0.26  2011-03-04
      - make the namespace cache lazy and weak, in case the stash is deleted
      - but, this doesn't work on 5.8, so disable the namespace caching
        entirely there

0.25  2011-01-25
      - make the leak tests author-only, since some smokers run release tests

0.24  2011-01-17
      - oops, i did need the Test::Requires dep

0.23  2011-01-11
      - lower perl prereq to 5.8.1 (ribasushi)
      - make the leak tests release-only, since they keep randomly failing on
        platforms i don't have access to. people are encouraged to submit
        patches for these if they are affected.

0.22  2011-01-05
      - bump ::XS dep again

0.21  2011-01-05
      - bump Package::Stash::XS dep, since a bug was fixed there

0.20  2011-01-03
      - one more fix for the Conflicts plugin

0.19  2011-01-03
      - stop manually inserting conflict checking into Makefile.PL since we're
        using the dzil Conflicts plugin now

0.18  2011-01-03
      - non-trial release

0.17-TRIAL  2011-01-03
      - use Dist::Zilla::Plugin::Conflicts rather than doing it by hand
      - silence deprecation warnings for the method renaming for now

0.16-TRIAL  2010-12-31
      - use Dist::CheckConflicts

0.15-TRIAL  2010-11-16
      - split the XS conversion out to its own dist (Package-Stash-XS), and
        convert Package::Stash into a module which loads either the XS or pure
        perl implementation, depending on what's available

0.14-TRIAL  2010-11-14
      - complete rewrite in C, for speed (this includes the vivification
        changes from earlier). should be entirely backwards compatible
        otherwise (in terms of documented api anyway).

      - methods were renamed for brevity: s/_package//

0.13  2010-10-31
      - revert the vivification changes for now, to get an actual release out
        with Test::Fatal

0.12-TRIAL  2010-10-27
      - actually include the conflict stuff in the release (bah)

0.11-TRIAL  2010-10-27
      - conflict on mx-role-withoverloading too

0.10-TRIAL  2010-10-27
      - only do the weird ISA special-casing on perl versions where it's broken

0.09-TRIAL  2010-10-27
      - clean up the vivication code a lot, make it behave more sanely
      - use Test::Fatal instead of Test::Exception (Justin Hunter)
2011-08-16 21:01:49 +00:00
wiz
01f1f19ef0 + p5-Package-Stash-XS 2011-08-16 20:58:49 +00:00
wiz
1879e118a4 Initial import of p5-Package-Stash-XS-0.23:
This is a backend for p5-Package-Stash, which provides the
functionality in a way that's less buggy and much faster. It will
be used by default if it's installed, and should be preferred in
all environments with a compiler.
2011-08-16 20:57:51 +00:00
wiz
20927874fa + p5-Dist-CheckConflicts. 2011-08-16 20:51:43 +00:00
wiz
6c81ba2579 Initial import of p5-Dist-CheckConflicts-0.02:
One shortcoming of the CPAN clients that currently exist is that
they have no way of specifying conflicting downstream dependencies
of modules. This module attempts to work around this issue by
allowing you to specify conflicting versions of modules separately,
and deal with them after the module is done installing.
2011-08-16 20:50:54 +00:00
wiz
e82180c852 + p5-Test-Trap. 2011-08-16 20:41:22 +00:00
wiz
15bd447ab3 Initial import of p5-Test-Trap-0.2.1.
This modules is primarily (but not exclusively) for use in test
scripts: A block eval on steroids, configurable and extensible,
but by default trapping (Perl) STDOUT, STDERR, warnings, exceptions,
would-be exit codes, and return values from boxed blocks of test
code.

The values collected by the latest trap can then be queried or
tested through a special trap object.
2011-08-16 20:40:16 +00:00
wiz
9b0f7bdb46 + p5-Devel-PatchPerl 2011-08-16 20:26:28 +00:00
wiz
e711d03569 Initial import of p5-Devel-PatchPerl-0.52.
Devel::PatchPerl is a modularisation of the patching code contained
in Devel::PPPort's buildperl.pl.  It does not build perls, it merely
provides an interface to the source patching functionality.
2011-08-16 20:25:25 +00:00
wiz
70f779a585 Update to 1.01:
1.01 Wed 27 Apr 2011
	- Better error message in install_share (CHORNY)
	- Compatibility with MYMETA.yml support in EUMM (CHORNY)
	- Support for extraction of Artistic 2.0 license (CHORNY)
	- Support https links when searching for bug trackers (CHORNY)
2011-08-16 20:16:51 +00:00
abs
b85b45afd7 +p5-Test-Fatal 2011-08-16 11:58:54 +00:00
abs
fdff4c8ce7 Added devel/p5-Test-Fatal version 0.006
Test::Fatal is an alternative to the popular Test::Exception. It
does much less, but should allow greater flexibility in testing
exception-throwing code with about the same amount of typing.
2011-08-16 11:57:59 +00:00
abs
3fca4a6993 Updated devel/p5-Try-Tiny to 0.09
0.09
  - don't index Try::Tiny::ScopeGuard

0.08
  - fix require vs use issue in blead (RT63410)

0.07
  - allow multiple finally blocks
  - pass the error, if any, to finally blocks when called
2011-08-16 11:54:30 +00:00
wiz
57d7a38464 Improve DESCR based on HOMEPAGE. Prompted by Snader_LB. 2011-08-16 10:52:42 +00:00
adam
44eab58de1 Changes 1.022:
* document how () after the function name overrides the prototype.
* improve documentation, fix the examples.
2011-08-16 09:37:17 +00:00
obache
9f67c00dcc Drop Module::Build requirements, default dependency is sufficient. 2011-08-16 09:30:36 +00:00
obache
a17ee3607f In pkgsrc, additional 0 suffix for version of p5-Module-Build. 2011-08-16 09:17:25 +00:00
obache
5a7b496eea Let not to require external Module::Build for perl>=5.12.1. 2011-08-16 09:13:49 +00:00
abs
cd693342cc Add openjdk7 to PKG_JVMS_ACCEPTED - from Nathanial Sloss 2011-08-16 08:38:07 +00:00
adam
b33f5dbe8b Changes 1.224:
* Glib::ParamSpec->value_validate(): copy boxed objects if necessary.
* Fix a test failure.
2011-08-16 08:36:10 +00:00
adam
90c3840a24 Changes 1.00:
* Fix documentation indexing on search.cpan.org.
2011-08-16 08:31:56 +00:00
adam
d509e4adb3 Changes 0.6.1:
* pass '--no-chain-reply-to' explicitly to 'git-send-email'.
* git-cpan-sendpatch and git-cpan-sendemail now accept '--compose'.
2011-08-16 08:30:16 +00:00
adam
6df8c660aa Changes 0.101.621:
* document the \-escaping behavior of sections
2011-08-16 08:22:51 +00:00
wiz
599faf70ca Depend on the same p5-Params-Validate version as Makefile.PL does. 2011-08-16 08:22:07 +00:00
adam
18a457ac7e Added LICENSE 2011-08-16 08:01:43 +00:00
adam
1cf51dafb6 Changes 0.090:
* bump prereq on Params::Validate to deal with recent buggy versions
2011-08-16 08:00:51 +00:00
adam
f8e096aefa Changes 0.2.7
* Updated dependencies in Build.PL module

Changes 0.2.6:
* Bugfix: corrected a .pod file finding issue
2011-08-16 07:58:55 +00:00
adam
bef33e83a0 Added LICENSE 2011-08-16 07:57:18 +00:00
adam
6fd08f287c Changes 0.07:
* Don't die when there's a symlink poiting to something already processed
2011-08-16 07:47:25 +00:00
adam
bd8cde2d00 Added LICENSE 2011-08-16 07:31:04 +00:00
adam
460c2fe7fd Changes 9999.19:
* Fixed use line in t/edit_file.t to import :edit first
* read_file and write_file work even when interrupted by signals
  this includes a test for read_file interrupt
* Fixed bugs in the config synopsis example
2011-08-16 07:00:59 +00:00
obache
c991365c72 fix missing dependency pattern update.
Bump PKGREVISION.
2011-08-15 05:00:02 +00:00
obache
da0f8f67b2 Update p5-Module-Build to 0.38000 (upstream 0.3800).
Catch up to bundled version in perl-5.14.1, and let not to depend on
external (too new, and troubled) modules with perl-5.14.1.

Revision history for Perl extension Module::Build.

0.3800 - Sat Mar  5 15:11:41 EST 2011

  Summary of major changes since 0.3624:

    [ENHANCEMENTS]

    - Generates META.json and MYMETA.json consistent with version 2 of the
      CPAN Meta Spec. [David Golden]

  Also in this release:

  [BUG FIXES]

  - Autogenerated documentation no longer includes private actions from
    Module::Build's own release subclass. [Report by Timothy Appnel,
    fix by David Golden]

0.37_06 - Mon Feb 28 21:43:31 EST 2011

  [BUG FIXES]

  - prerequisites with the empty string instead of a version are
    normalized to "0".  (RT#65909)

  [OTHER]

  - More Pod typo/link fixes [Hongwen Qiu]

0.37_05 - Sat Feb 19 20:43:23 EST 2011

  [BUG FIXES]

  - fixes failing ppm.t in perl core

  [OTHER]

  - Pod typo fixes [Hongwen Qiu]

0.37_04 - Wed Feb 16 15:27:21 EST 2011

  [OTHER]

  - moved scripts/ to bin/ for less confusing porting to bleadperl

0.37_03 - Wed Feb 16 09:54:05 EST 2011

  [BUG FIXES]

  - removed an irrelevant test in t/actions/installdeps.t that was causing
    failures on some Cygwin platforms

  [OTHER]

  - dropped configure_requires as some CPAN clients apparently get
    confused by having things in both configure_requires and requires

  - bumped Parse::CPAN::Meta build prereq to 1.4401

  - bumped CPAN::Meta prereq to 2.110420

  - Pod typo fixes [Hongwen Qiu]

0.37_02 - Mon Feb  7 21:05:30 EST 2011

  [BUG FIXES]

  - bumped CPAN::Meta prereq to 2.110390 to avoid a regression in 2.110360

0.37_01 - Thu Feb  3 03:44:38 EST 2011

  [ENHANCEMENTS]

  - Generates META.json and MYMETA.json consistent with version 2 of the
    CPAN Meta Spec. [David Golden]

  [BUG FIXES]

  - t/signature.t now uses a mocked Module::Signature; this should be
    more robust across platforms as it only needs to confirm that
    Module::Build is calling Module::Signature when expected

  [OTHER]

  - Added CPAN::Meta and Parse::CPAN::Meta to prerequisites and dropped
    CPAN::Meta::YAML

0.3624 - Thu Jan 27 11:38:39 EST 2011

  - Fixed pod2html directory bugs and fixed creation of spurious blib
    directory in core perl directory when running install.t (RT#63003)
    [Chris Williams]

0.3623 - Wed Jan 26 17:45:30 EST 2011

  - Fixed bugs involving bootstrapping configure_requires prerequisites
    on older CPANPLUS clients or for either CPAN/CPANPLUS when using
    the compatibility Makefile.PL

  - Added diagnostic output when configure_requires are missing for
    the benefit of users doing manual installation

0.3622 - Mon Jan 24 21:06:50 EST 2011

  - No changes from 0.36_21

0.36_21 - Fri Jan 21 11:01:28 EST 2011

  - Changed YAML::Tiny references to the new CPAN::Meta::YAML module
    instead, which is the YAML-variant that is going into the Perl core

0.36_20 - Fri Dec 10 15:36:03 EST 2010

  *** DEPRECATIONS ***

  - Module::Build::Version has been deprecated.  Module::Build now depends
    directly upon version.pm.  A pure-perl version has been bundled in inc/
    solely for bootstrapping in case configure_requires is not supported.
    M::B::Version remains as a wrapper around version.pm.

  - Module::Build::ModuleInfo has been deprecated.  Module::Build now
    depends directly upon Module::Metadata (which is an extraction of
    M::B::ModuleInfo intended for general reuse).  A pure-perl version has
    been bundled in inc/ solely for bootstrapping in case
    configure_requires is not supported. M::B::ModuleInfo remains as a
    wrapper around Module::Metadata.

  - Module::Build::YAML has been deprecated.  Module::Build now depends
    directly upon YAML::Tiny.  M::B::YAML remains as a subclass wrapper.
    The YAML_support feature has been removed, as YAML is now an ordinary
    dependency.

0.36_19 - Tue Dec  7 13:43:42 EST 2010

  Bug fixes:

  - Perl::OSType is declared as a 'configure_requires' dependency, but is
    also bundled in inc (and loaded if needed) [David Golden]

0.36_18 - Mon Dec  6 16:46:49 EST 2010

  Changes:

  - Added dependency on Perl::OSType to refactor and centralize
    management of OS type mapping [David Golden]

  - When parsing a version number out of a file, any trailing alphabetical
    characters will be dropped to avoid fatal errors when comparing version
    numbers.  These would have been dropped (with a warning) anyway during
    an ordinary numeric comparison. (RT#56071) [David Golden]

  Bug fixes:

  - A Perl interpreter mismatch between running Build.PL and running Build
    is now a fatal error, not a warning (RT#55183) [David Golden]

  - Bundled Module::Build::Version updated to bring into sync with CPAN
    version.pm 0.86 [David Golden]

  - No longer uses fake user 'foo' in t/tilde (RT#61793) [David Golden]

  - Won't fail tests if an ancient Tie::IxHash is installed
    [Christopher J. Madsen]

  - Correctly report missing metafile field names [David Golden]

  - Suppress uninitialized value errors during Pod creation
    on ActiveState Perl [David Golden]

  - Return to starting directory after install action; this is
    an attempt to fix an install.t heisenbug (RT#63003) [David Golden]

  - A broken version.pm load won't cause Module::Build::Version to
    die trying to install itself as a mock version (RT#59499)
    [Eric Wilhelm and David Golden]

  - PERL_DL_NONLAZY is now always set when tests are run
    (RT#56055) [Dmitry Karasik]

  - 'fakeinstall' will use .modulebuildrc actions for 'install' if
    no specific 'fakeinstall' options are provided (RT#57279)
    [David Golden]

  - Add install*script to search path for installdeps client
    and search site, then vendor, then core paths

  - Skip noexec tmpdir check on Windows (RT#55667) [Jan Dubois]

  - Arguments with key value pairs may now have keys with "-" in them
    (RT#53050) [David Golden]

  - Add quotemeta to t/tilde.t test to fix Cygwin fails
    [Chris Williams and David Golden]

  - Build script now checks that M::B is at least the same version
    of M::B as provided in 'configure_requires' in META
    (RT#54954) [David Golden]

0.36_17 - Wed Oct 27 18:08:36 EDT 2010

  Enhancements:

  - Added 'distinstall' action to run 'Build install' inside the
    generated distribution directory [Jeff Thalhammer]

0.36_16 - Thu Aug 26 12:44:07 EDT 2010

  Bug fixes:

  - Better error message in case package declaration is not found
    when searching for version. [Alexandr Ciornii]

  - Skips 'release_status' tests on perl < 5.8.1 due to buggy
    treatment of dotted-decimal version numbers [David Golden]

0.36_15 - Wed Aug 25 10:41:28 EDT 2010

  Bug fixes:

  - Added a mock Software::License to prevent t/properties/license.t
    from failing.

0.36_14 - Sun Aug 22 22:56:50 EDT 2010

  Enhancements:

  - Adds 'release_status' and 'dist_suffix' properties in preparation
    for adding CPAN Meta Spec 2 support.  'dist_suffix' will be set
    to 'TRIAL' automatically when necessary. [David Golden]

  - Makes 'license' more liberal.  You can now specify either a license
    key from the approved list (c.f. Module::Build::API) or just a
    Software::License subclass name (e.g. 'Perl_5').  This should
    provide better support for custom or proprietary licenses.
    [David Golden]

0.36_13 - Wed Jul 28 22:40:25 EDT 2010

 Bug-fixes:

 - Bundled Module::Build::Version updated to bring into sync with CPAN
   version.pm 0.82 [David Golden]

0.36_12 - Tue Jul 27 00:08:51 EDT 2010

  Enhancements:

  - Module::Build::Compat will now convert dotted-decimal prereqs into
    decimal rather than dying (and will warn about this). [Apocalypse]

  Bug fixes:

  - Caches case-sensitivity checks to boost performance, fixes
    RT#55162 and RT#56513 [Reini Urban]

  - Won't try to use ActivePerl doc generation tools without confirming
    that they are indeed installed. [David Golden]

  - Sets temporary $ENV{HOME} in testing to an absolute path, which fixes
    some issues when tested as part of the Perl core [Nicholas Clark]

  - Module::Build::ModuleInfo now warns instead of dying when a module
    has an invalid version.  ->version now just returns undef
    (RT#59593) [David Golden]

  Changes:

  - When authors do not specify Module::Build in configure_requires and
    Module::Build is automatically added, a warning will be issued
    showing the added prerequisite [David Golden]

  - Moved automatic configure_requires generation into get_metadata()
    and added an 'auto' argument to toggle it (on for META and off
    for MYMETA) [David Golden]

0.36_11 - Thu May 27 09:41:23 EDT 2010

  Bug fixes:

  - Handle META/MYMETA reading and writing within Module::Build to ensure
    utf8 mode on filehandles.  Now passes/gets only strings to YAML::Tiny
    or Module::Build::YAML

0.36_10 - Wed May 19 18:36:06 EDT 2010

  Bug fixes:

  - Fix failing t/manifypods.t on Windows from 0.36_09 changes [Klaus
    Eichner]

0.36_09 - Tue May 11 09:19:12 EDT 2010

  Bug fixes:

  - Improve HTML documentation generation on ActivePerl (RT#53478)
    [Scott Renner and Klaus Eichner]

0.36_08 - Mon Apr 26 08:00:15 EDT 2010

 Enhancements:

 - Give a list of valid licenses when given one we don't recognize
   (RT#55951) [Yanick Champoux]

 - Added 'Build manifest_skip' action to generate a default MANIFEST.SKIP
   [David Golden]

 Changes:

 - When temporarily generating a MANIFEST.SKIP when none exists, it will
   be removed on exit instead of hanging around until 'Build clean'.  This
   is less surprising/confusing and the 'Build manifest_skip' action
   is now available instead to bootstrap the file [David Golden]

 Bug fixes:

 - Fixed runtime error on cygwin when searching for an executable command
   during installdeps testing [David Golden]
2011-08-15 04:22:56 +00:00
obache
4614638f72 Update p5-Lexical-SealRequireHints to 0.005.
version 0.005; 2011-07-25

  * bugfix: work around core bug [perl #73174] affecting Unicode swash
    loading, and apply entire workaround arrangement to 5.11.{0..5}
    where [perl #73174] exists but [perl #68590] does not

  * correct dynamic_config setting to 0

  * include META.json in distribution

  * add MYMETA.json to .cvsignore

version 0.004; 2010-11-21

  * bugfix: don't attempt to use XS version of the workaround on Win32,
    where it can't work properly due to linker restriction on access to
    core symbols

  * only define PERL_CORE for compilation on Perl versions where the
    bug workaround (and thus interference with core-private stuff)
    is actually necessary

  * in XS, use PERL_NO_GET_CONTEXT for efficiency

  * in XS, declare "PROTOTYPES: DISABLE" to prevent automatic generation
    of unintended prototypes

  * in XS, provide a reserve definition of croak, so that the Perl_croak
    circumlocution is avoided even with PERL_CORE defined

  * in XS, give symbolic names to the Perl version thresholds

  * jump through hoops to avoid compiler warnings

  * use full stricture in test suite

  * also test POD coverage of pure Perl implementation

  * in t/setup_pp.pl, avoid a warning that occurs if XSLoader::load()
    is given no arguments, which is now a valid usage

  * in Build.PL, explicitly set needs_compiler to avoid bogus
    auto-dependency on ExtUtils::CBuilder

  * in Build.PL, complete declaration of configure-time requirements
2011-08-14 16:26:57 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
joerg
792494f88a Fix the real problem, spelling error in the category Makefile 2011-08-13 23:27:11 +00:00
joerg
49092951f6 Adjust package name to deal with Perl version numbering 2011-08-13 17:53:07 +00:00
joerg
0edc25961c Fix package name 2011-08-13 17:52:21 +00:00
adam
d51787b6ac Changes 1.03:
* Upgraded to Module::Install 1.00
2011-08-13 08:44:01 +00:00
adam
9e67cec1cc Revision bump after updating perl to 5.14.1 2011-08-13 08:33:17 +00:00
adam
0eecb4df1c Changes 1.21:
* Various patches by Chorny at cpan dot org and fREW frioux at gmail dot com:
* Windows NTFS compatibility fixes.
* Allow PID to be negative.
* Lexically scope temp file handles to reduce changes of memory leak and
  avoid unintentional glob clobberation.
* Security fix: 3 arg open().
* Repair test suites logics.
* Fixed infinite freezing on Strawberry Perl v5.10.0.
* Fixed infinite freezing on ActiveState Perl v5.12.1.
* Sorry for the past 8 years of suffering.
2011-08-13 08:20:29 +00:00
adam
06abc5d8a1 Revision bump after updating perl to 5.14.1 2011-08-13 07:56:19 +00:00
adam
f33fe19fd3 Changes 0.98:
* Updating to Module::Install 1.01
* If Win32::GetFolderPath returns a \\UNC type path do not do the
  normal -d sanity check, as strange and unusual bugs may occur.
2011-08-13 07:54:44 +00:00
adam
ddbc3c6b1a Revision bump after updating perl to 5.14.1 2011-08-13 07:48:46 +00:00
adam
19f3242141 Changes 1.08:
* Upgrading to Module::Install::DSL 1.00
* Removing use UNIVERSAL, it does some evil stuff
2011-08-13 07:47:41 +00:00
adam
b416213cf0 Changes 1.06:
* Moving to a production version
* Upgrading to Module::Install::DSL 1.00
* Removing evil use UNIVERSAL
2011-08-13 07:46:03 +00:00
taca
b6c383caba Update devel/ZenTest package to 4.6.1.
=== 4.6.1 / 2011-08-11

* 3 bug fixes:

  * Fix for option flags and unhandled error warning in autotest. (dbackeus)
  * Fix option w/ args handling and restart by storing ARGV in options[:args]
  * Fixed autotest --rc option handling. (simplybusiness)
2011-08-13 02:06:29 +00:00
taca
a366ba3d0e Update devel/ruby-rdoc package to 3.9.2.
=== 3.9.2 / 2011-08-11

* Bug fix
  * Loosened TIDYLINK regexp to allow any content in the link section like:
    <tt>{foo}[rdoc-ref:SomeClass]</tt>
2011-08-13 02:05:42 +00:00
adam
99532d2003 Revision bump after updating perl to 5.14.1 2011-08-12 19:21:45 +00:00
adam
c0f7d45f34 Changes 1.10:
* Upgrading to Module::Install::DSL 1.00
* Removing nasty evil use UNIVERSAL;
* Fix 03_noindex.t to ignore MYMETA.yml
2011-08-12 19:20:05 +00:00
adam
97db40bf1c Revision bump after updating perl to 5.14.1 2011-08-12 19:09:59 +00:00
adam
6e00f12562 Changes 0.20:
* The KQueue watcher checks that a file has a file descriptor to avoid
  watching closed files
2011-08-12 19:09:06 +00:00
adam
df364c19b7 Revision bump after updating perl to 5.14.1 2011-08-12 18:57:13 +00:00
adam
138645fd31 Changes 0.1602:
* Fixed code generation for package_static methods.

Changes 0.1601:
* Do not try to rebuld the grammar during CPAN installation.

Changes 0.16:
* Allow renaming destructors and fixed parsing of virtual ones.
2011-08-12 18:56:24 +00:00
adam
3e5b45077c Revision bump after updating perl to 5.14.1 2011-08-12 18:47:30 +00:00
taca
7139a43bbd Refelect dependency due to gemspec.
Bump PKGREVISION.
2011-08-12 16:39:31 +00:00
taca
020f75cfb3 Update devel/ruby-thrift_client package to 0.6.3.
v0.6.3

* Document the :connect_timeout option.
* Add support for specifying client-side timeouts when using FramedTransport
* set transport timeout after connection is established
* Add a method `add_callback` allowing a client to register a block that is
  invoked at a certain event.
* Fixup socket timeouts.
2011-08-12 16:38:48 +00:00
taca
57d596e1f1 Update devel/ruby-test-unit package to 2.3.1.
Changes are unknown.
2011-08-12 16:38:04 +00:00
taca
73cf7060f0 No need to patch gemspec since newer rubygems handles gracefully. 2011-08-12 16:37:05 +00:00
taca
fca85f5406 Update devel/ruby-rcov package to 0.9.10.
* Fix COMMENT line.
* Changes are unknown.
2011-08-12 16:36:01 +00:00
taca
f061de7a03 Update devel/ruby-polyglot pacakge to 0.3.2.
== 0.3.2 2011-07-27

* 1 minor fix:
  * Load file without extension if found exactly as required
2011-08-12 16:33:05 +00:00
taca
25a831884c Add dependency to hoe due to gemspec.
Bump PKGREVISION.
2011-08-12 16:31:45 +00:00
taca
6eb41853d8 Update devel/ruby-getopt package to 1.4.1.
== 1.4.1 - 17-Jul-2011
* Now works with Ruby 1.9.x. Thanks go to Shura for the patch.
* Refactored the gemspec. Gem building code is now handled by Rake tasks.
* Refactored the Rakefile. Added a default task, removed the old install
  task, and namespaced the gem related tasks.
2011-08-12 16:31:07 +00:00
taca
8670948b0f Update ruby-gemcutter to 0.7.0.
* Support newer rubygems.
* Added api and yank command test.
* Added --platform option.
* And a few bug fixes.
2011-08-12 16:30:00 +00:00
taca
8f6b675b24 Pass CCDLFLAGS to C compiler to fix recent build problem. 2011-08-12 16:29:04 +00:00
taca
59db837774 Update patch for latest rubygems. No functional change. 2011-08-12 16:26:48 +00:00
taca
1d4a78437e Restrict dependency to ruby-debug-base package.
Bump PKGREVISION.
2011-08-12 16:25:03 +00:00
taca
0a1d71810c Update hoe package to 2.11.0.
=== 2.11.0 / 2011-08-08

* 2 minor enhancements:

  * Bypass sudo on install_gem if GEM_HOME is writable (ala rvm).
  * rcov plugin should set libs to lib, test, and '.'. (tenderlove)

* 1 bug fix:

  * Fixed windoze detection on jruby. *sigh* (myabc)

=== 2.10.0 / 2011-06-30

* 3 minor enhancements:

  * Added parse_urls to deal with array and hash style url lists in README.txt.
  * Added urls accessor.
  * Deprecated url accessors.

* 1 bug fix:

  * Specified wrong version of racc in racc plugin.

=== 2.9.6 / 2011-06-22

* 3 bug fixes:

  * Fixed hoe dep to be a spermy (~>) dep
  * Hard coded rake dependency as ~> 0.8 so we don't collide with other libs
  * Removed circular dependency check. Hasn't been needed in a long while.

=== 2.9.5 / 2011-06-21

* 2 minor enhancements:

  * Extended #dependency to work post-spec creation in case a task wants to add a dep.

* 4 bug fixes:

  * Fixed dependency for :inline plugin.
  * Fixed minor 1.9.3 warnings.
  * Fixed sow to obey gem naming conventions.  It no longer munges - to _.
  * Switched hoe deps from >= to ~>.
2011-08-12 16:23:46 +00:00
taca
a3b6485cfc Update ZenTest package to 4.6.0.
=== 4.6.0 / 2011-07-22

* 6 minor enhancements:

  * Added -p (plain diff) and made -u (unified diff) the default for unit_diff.
  * Added ./tmp to default exclusions.
  * Autotest defaults unit_diff to nil now, to allow minitest's enhanced assert_equal to shine.
  * Autotest will raise if the :died handler doesn't handle the exception. (ralfebert)
  * Dropped 1.8.6 as a default tag/branch to build in multiruby.
  * autotest can now be automatically 'narrowed' on the command-line.
    * eg: `autotest lib test/test_blah.rb`

* 7 bug fixes:

  * Believe it or not... but some ppl use zentest. Fixed nested class vs module bug
  * Fix to turn on jruby's support for ObjectSpace. (stepheneb)
  * Fixed a rubygems deprecation in autotest
  * Fixed unit_diff scanning for minitest output.
  * Normalized shebangs to fix problems on windows (luis)
  * autotest/isolate.rb sets GEM_HOME as well as GEM_PATH.
  * Fixed 1.9.3 warnings.
2011-08-12 16:23:00 +00:00
taca
a55e737b5c Current version of this package dosen't have any dependency to
other packages.

Bump PKGREVISION.
2011-08-12 16:11:33 +00:00
taca
9c123d0d5c Add and enable ruby-loquacious and ruby-templater. 2011-08-12 16:09:47 +00:00
taca
b5102a7797 Importing ruby-templater package version 1.0.0.
Templater has the ability to both copy files from A to B and also to
render templates using ERB. Templater consists of four parts:

- Actions (File copying routines, templates generation and directories
  creation routines).
- Generators (set of rules).
- Manifolds (generator suites).
- The command line interface.

Hierarchy is pretty simple: manifold has one or many public and
private generators. Public ones are supposed to be called by end
user. Generators have one or more action that specify what they do,
where they take files, how they name resulting files and so forth.
2011-08-12 16:08:19 +00:00
taca
557535a617 Importing ruby-loquacious version 1.8.1.
Descriptive configuration files for Ruby written in Ruby.

Loquacious provides a very open configuration system written in ruby and
descriptions for each configuration attribute. The attributes and descriptions
can be iterated over allowing for helpful information about those attributes to
be displayed to the user.
2011-08-12 16:04:22 +00:00
taca
ec6e9015cc Reduce patch file since newer rubygems handles gemspec better.
Bump PKGREVISION.
2011-08-12 16:01:39 +00:00
taca
6d0f773e50 Avoid to define constant Deprecate since it is conflict with rubygems.
Newer rubygems poorly defines module Deprecate which could be
Gem::Deprecate.

Bump PKGREVISION.
2011-08-12 15:56:38 +00:00
taca
8b841f4229 Update ruby-rdoc package to 3.9.1.
=== 3.9.1 / ??

* Bug fixes
  * Fix RDoc::Markup parser for a header followed by a non-text token.  Issue
    #56 by Adam Tait
  * Fix RDoc::Markup::ToHtmlCrossref#gen_url for non-<tt>rdoc-ref</tt> links.
  * Fix bug report URL when rdoc crashes.

=== 3.9 / 2011-07-30

* Minor enhancements
  * RDoc::Parser::C now supports :doc: and :nodoc: for class comments
  * Added the <tt>rdoc-ref:</tt> link scheme which links to a named reference.
    <tt>rdoc-ref:</tt> can resolve references to classes, modules, methods,
    files, etc.  This can be used to create cross-generator named links unlike
    the <tt>link:</tt> scheme which is dependent upon the exact file name.
    Issue #53 by Simon Chiang
  * Pulled RDoc::CrossReference out of RDoc::Markup::ToHtmlCrossref.
    Cross-references can now be created easily for non-HTML formatters.
* Bug fixes
  * `ri []` and other special methods now work properly.  Issue #52 by
    ddebernardy.
  * `ri` now has space between class comments from multiple files.
  * :stopdoc: no longer creates Object references.  Issue #55 by Simon Chiang
  * :nodoc: works on class aliases now.  Issue #51 by Steven G. Harms
  * Remove tokenizer restriction on header lengths for verbatim sections.
    Issue #49 by trans
2011-08-12 15:21:33 +00:00
taca
b68ff7efe3 Switch to use OVERRIDE_GEMSPEC. 2011-08-12 15:17:01 +00:00
adam
0f7c8376e9 Changes 3.03:
* Test fix: Try all @INC-derived typemap locations.
2011-08-12 13:58:47 +00:00
adam
dc2eda95b5 Revision bump after updating perl to 5.14.1 2011-08-12 13:53:57 +00:00
adam
d0e1493adb Correct LICENSE 2011-08-12 13:50:23 +00:00
adam
da12714760 Revision bump after updating perl to 5.14.1 2011-08-12 13:45:42 +00:00
adam
c586249605 Changes 1.59:
* Prevent mixing non-native and native newlines in MANIFEST files
2011-08-12 13:44:25 +00:00
adam
d7a49e0935 Revision bump after updating perl to 5.14.1 2011-08-12 12:54:07 +00:00
adam
741c6301ce Changes 1.17:
* Derek Lamb's patch to avoid an uninitialised variable error.
* Diab Jarius's Solaris Studio 10 patch and his gfortran patch (with mods).
  Note g77 is still the default if both it and gfortran are present.
* Rob's big Win32 patch (Nov 2010 version)
* IMPORTANT. Added in simplification of GNU fortran compilers
  (g77, gfortran, g95, fort77) etc. suggested by Tim Jeness. I used his code
  but made a slightly different implementaion introducing a 'Generic' 'GNU'
  database entry to which others point.
  This also superceded some of the above patches.
  Hope this works!
* Removed places where .gcclibs() is added to the link line, this appears to
  no loner be necessary. Routine left in there (but orphaned) just in case.
2011-08-12 12:53:06 +00:00
adam
f1ac0ee1f7 Revision bump after updating perl to 5.14.1 2011-08-12 12:49:40 +00:00
adam
e8d6711e78 Changes 0.304:
* More robust detection of gcc toolchains on Win32
* Don't assume dlltool is called 'dlltool' on Win32+gcc. Ask Config.pm instead
2011-08-12 12:46:08 +00:00
adam
e1a171664a Changes 1.17:
* Remove test boilerplate the reorganisation of dual-life modules in the perl
  code made unnecessary.
* Remove Shell::Command - that module is now available in the Shell::Command
  distribution on CPAN.
2011-08-12 12:44:03 +00:00
adam
9ee46cf17e Changes 0.28.02.02:
* Different file names used for test files; allows EU::CB tests
  to be run in parallel.
2011-08-12 12:41:03 +00:00
adam
cee88256be Revision bump after updating perl to 5.14.1 2011-08-12 12:27:44 +00:00
adam
37e8eda0dd Revision bump after updating perl to 5.14.1 2011-08-12 12:13:52 +00:00
adam
92e971c57e Changes 1.20: unknown 2011-08-12 12:03:39 +00:00
adam
d381ae5d81 Changes 4.03:
* do not avoid the clock_gettime call on GNU/Linux anymore, as EV
  links against -lpthread anyways - as a result, EV might now take
  advantage of fast userspace clock_gettime implementations,
  but also links against -lrt.
* (libev) lots of event port bug workarounds.
* (libev) officially support files in I/O watchers.
* (libev) new function ev_feed_signal.
* fix documentation parts still refering to the 3.x API.
2011-08-12 12:02:11 +00:00
adam
1015b6ac96 Revision bump after updating perl to 5.14.1 2011-08-12 11:59:16 +00:00
adam
027bc39e0d Changes 2.05:
* new 'output' option to redirect TraceUse result to a file
2011-08-12 11:58:10 +00:00
adam
f63ae91eb5 Changes 0.11: unknown 2011-08-12 11:56:24 +00:00
adam
f7a1496ed2 Revision bump after updating perl to 5.14.1 2011-08-12 11:51:39 +00:00
adam
53ff757e87 Changes 0.10:
* Fix a minor packaging problem
2011-08-12 11:50:51 +00:00
adam
dbfbe20d47 Changes 0.11:
* You should now pass the error message in 'message' parameter explicitly to
  display as an error
* Use the first frame, not the second frame to capture error message

Changes 0.10:
* Don't ignore the top frame. This should be donw using the ignore_package
  option
2011-08-12 11:49:35 +00:00
adam
ec24d216ca Changes 1.27:
* Skip some tests on 5.13.8+ that are no longer relevant because of a change
  in the Perl core.
2011-08-12 11:47:39 +00:00
adam
7495a5ac5a Revision bump after updating perl to 5.14.1 2011-08-12 11:45:31 +00:00
adam
7c81c22320 Changes 0.77:
* [no changes]

Changes 0.76_50:
* Split out HEK size calculation into hek_size(). Add the shared HE overhead.
* Handle shared hash key scalars correctly.
* GvNAME() is shared from 5.10 onwards.
* Count HvNAME(), the HV "aux" struct, the mro_meta struct, and ENAMEs.

Changes 0.76:
* Just fix the version number in the line below.
2011-08-12 11:43:55 +00:00
adam
7b1732fd3f Changes 1.003.012:
* Remove some old code to avoid a future Moose warning
2011-08-12 11:40:55 +00:00
obache
e458426093 Not CONFLICTS with p5-libwww>=6.x.
Bump PKGREVISION.
2011-08-12 09:25:47 +00:00
adam
dc5ea40335 Revision bump after updating perl to 5.14.1 2011-08-12 08:29:30 +00:00
adam
dac7eb7914 Changes 0.15:
* Bump dependency on namespace::clean to 0.20
2011-08-12 08:27:58 +00:00
adam
3cb3487300 Changes 4.06:
* Fixed risk of nytprofhtml failure due to over-long filenames RT-62319
* Improved handling of Class::MOP/Moose generated methods.
* Improved handling of embedded filenames, e.g., "(eval N)[$path]"
* Updated and clarified usecputime=1 docs.
* Updated tests for (expected) new functionality in Sub::Name.
* Updated tests for changes in perl 5.13.x.
* Added special handling for the perl built-in accept()
   Effectively the clock stops ticking while in accept().
   This makes profiles of pure-perl web servers more useful.
* Added --no-mergeevals option to nytprofhtml.
* Added "If Statement and Subroutine Timings Don't Match" and
    "If Headline Subroutine Timings Don't Match the Called Subs"
    sections to the DATA COLLECTION AND INTERPRETATION docs.
* Added note to the docs re profiling applications that use Coro.
2011-08-12 08:24:55 +00:00
adam
bcb0e6cb2b Revision bump after updating perl to 5.14.1 2011-08-12 08:21:32 +00:00
adam
c6e5591715 Revision bump after updating perl to 5.14.1 2011-08-12 07:42:49 +00:00
adam
6d3938d0c4 Changes 0.04:
* To detect a perl with ${^GLOBAL_PHASE}, check for the feature itself instead
  of a specific perl version.
* Update the documentation to reflect the use of ${^GLOBAL_PHASE} if available.
* Stop depending on Scope::Guard for the tests.
* Upgrade ppport.h from version 3.13 to 3.19.

Changes 0.03:
* Drop the XS code on perl versions recent enough to have ${^GLOBAL_PHASE}.
* Drop code to support perls older than 5.6.  We've always been depending on
  5.6 anyway.
  + Use XSLoader without a fallback to DynaLoader.
  + Use our instead of use vars.
2011-08-12 07:40:48 +00:00
adam
6876da7bbf Revision bump after updating perl to 5.14.1 2011-08-12 07:36:06 +00:00
adam
7149379fc9 Revision bump after updating perl to 5.14.1 2011-08-12 07:24:09 +00:00
adam
c21b5af191 Changes 0.006005:
* Add a flag for controlling 'redefined' warnings when installing subs into
  namespaces.
2011-08-12 07:23:28 +00:00
adam
bde21eb762 Revision bump after updating perl to 5.14.1 2011-08-12 07:18:35 +00:00
adam
86e5e8974d Changes 0.79:
* Test against 5.12.4, 5.14.1, 5.15.0 and 5.15.1.
* Fix inc_sub test failures dependant on whether JSON:PP was installed.
2011-08-12 07:17:27 +00:00
adam
0ca0145f35 Changes 1.64:
* Add support for GNU/kFreeBSD
2011-08-12 07:07:33 +00:00
adam
68c7373c4f Changes 0.93:
* Add support for gcc that have version number in the command name.
* Fix about that the command path include space character.
2011-08-12 07:05:32 +00:00
adam
613bca6608 Revision bump after updating perl to 5.14.1 2011-08-12 06:56:59 +00:00
adam
1ba2ad1f63 Changes 0.12:
* skip some tests if ~/.perldb exists
* add an example called debugger.pl
2011-08-12 06:55:53 +00:00
adam
f23d599e77 Revision bump after updating perl to 5.14.1 2011-08-12 06:53:37 +00:00
adam
0a71a8ed81 Changes 6.24:
* Spaces are ignored in the SetDate/ForceDate config values.
* Fixed a bug where 'in one week' wasn't correctly parsed.
* Fixed a bug where options passed in to the 'new' as a listref weren't handled
  properly.
* Newest zoneinfo data (tzdata 2011g)
2011-08-12 06:52:03 +00:00
adam
d0125ef359 Revision bump after updating perl to 5.14.1 2011-08-12 06:39:40 +00:00
adam
46a7067f6d Changes 0.96:
* Fixing bug
2011-08-12 06:38:28 +00:00
adam
90a71c716d Revision bump after updating perl to 5.14.1 2011-08-12 06:37:04 +00:00
adam
1040fd2e20 Changes 0.59:
* XML::Simple utf8 testing disabled, looks like XML::SAX works with utf8, but
  XML::Parser does not
* Recommend against using XML::Simple if you need to work with utf8 until this
  is resolved
* Fixes http://rt.cpan.org/Public/Bug/Display.html?id=68871

Changes 0.58:
* Added utf8 to the decode in the JSON deserializing code.
* Fixes https://rt.cpan.org/Public/Bug/Display.html?id=68125

Changes 0.57:
* Updated remainder of test suite to armor against XML::Simple dependency
  problems that I first attempted to fix in 0.53.
2011-08-12 06:34:44 +00:00
adam
aba033a174 Changes 0.33:
* Added DTidy (): stream DDumper output through Perl::Tidy
* Upped copyright to 2011
2011-08-12 06:30:57 +00:00
adam
cac130177a Revision bump after updating perl to 5.14.1 2011-08-12 06:28:39 +00:00
adam
da6c467b7c Changes 0.107:
* mkopt now prefers named parameters; docs updated
* added the name_test parameter to mkopt
2011-08-12 06:27:04 +00:00
adam
82f50a5ce8 Revision bump after updating perl to 5.14.1 2011-08-12 06:15:06 +00:00
adam
78e6644e1d Revision bump after updating perl to 5.14.1 2011-08-11 17:21:06 +00:00
adam
2568044e61 Changes 2.020:
* Add DumperObject for getting at the underlying obj
* create DwarnF for formatting Dumper'd output
* Create Ddie for die'ing output
2011-08-11 17:20:00 +00:00
adam
2312a8d971 Changes 2.32:
* Disable overloading in a <=5.8.8 safe way

Changes 2.31:
* React to Strawberry perl $. strangeness
2011-08-11 17:17:29 +00:00
adam
90f3160fb4 Changes 1.19:
* Add skips to tests to make perl-5.8 happy

Changes 1.18:
* Don't downgrade is_utf8-strings with MIME::Base64
* Deal with the perl-5.13 (?^:...) regex construct
* croak on bad add_dump_filter argument
2011-08-11 17:14:09 +00:00
adam
10dfee8d6e Revision bump after updating perl to 5.14.1 2011-08-11 17:10:40 +00:00
adam
e4998732f2 Changes 1.15:
* port to Perl 5.15.0, where the op type aelemfast has been split into
  aelemfast and aelemfast_lex
* test compatibility with Devel::CallParser

Changes 1.14:
* bugfix: never unhook peephole optimiser, because unhooking is liable
  to fail if anything else hooked it
* bugfix: revise check for dorassign opcode to cope with FreeBSD's
  mutant Perl 5.8 that has it
* test POD syntax and coverage
2011-08-11 17:09:33 +00:00
adam
c873132aae Revision bump after updating perl to 5.14.1 2011-08-11 17:05:19 +00:00
adam
8b1d96a6a1 Changes 6.59:
Doc Fixes
* Corrected the repository location
Bug Fixes
* Removed the %INC check from _has_cpan_meta and updated the CPAN::Meta
  bundled with EUMM to one that doesn't set $VERSION in a begin block
  so it can't appear to be loaded, thus causing us to mistakenly try
  and call methods on CPAN::Meta modules - this is due to older versions
  in site_perl shadowing our installation of other bundled modules.
2011-08-10 12:01:13 +00:00
adam
364bd6d409 Changes 1.4401:
* Removed Module::Load::Conditional dependency
2011-08-10 11:38:29 +00:00
adam
f1c43c42b6 Changes 1.2001:
* Fix failing test on Windows due to glob expansion of "~"
2011-08-10 10:51:31 +00:00
adam
20becec009 Changes 1.13:
* Bumped minimum version of Perl to 5.006
* Test pass with a non-existant ~/.cpan
* Tests tweaked for better failure into
* Fixing missing tarball in distribution

Changes 1.12:
* Moving to a production version
* Updating Module::Install to 1.00
2011-08-10 10:11:59 +00:00
adam
c786f5b4b9 Revision bump after updating perl to 5.14.1 2011-08-10 10:06:58 +00:00
adam
ef9b516099 Changes 0.12:
* Grok dist names ending with something numeric containing underscores

Changes 0.11:
* Remove potential -withoutworldwriteables suffix
2011-08-10 10:01:37 +00:00
adam
7df880a89f Changes 2.07:
* unknown
2011-08-10 10:00:00 +00:00
adam
a0deb5269e Changes 1.9800:
* RT 69463: fix memory leak in CacheMgr
2011-08-10 09:52:50 +00:00
adam
f2631fe026 Ouch: commit distinfo as well 2011-08-10 08:46:11 +00:00
adam
95da8c6e9e Revision bump after updating perl to 5.14.1 2011-08-10 08:40:57 +00:00
adam
a2908209c0 Changes 1.21:
* Updated from bleadperl:
  - Make Unicode constants under use utf8 work again
* Make tests pass under old Perls
2011-08-10 08:39:56 +00:00
adam
bb7b7fdb59 Changes 2.14:
* Resolved 63080: module can write multiline values but not read them
* Removed -w from tests to allow tests with tainting on
2011-08-10 08:38:37 +00:00
adam
4769da70de Changes 0.900:
* Change of Maintainers.
* Reordered Changes to latest first.
* Module::Build::Compat creating Makefile.PL traditional
* LICENSE file created (in Build.PL)
* 21184: require v5.7.3
* Doc patches per RT queue
2011-08-10 08:37:14 +00:00
adam
03990e55ca Changes 2.68:
* Typo correction: https://rt.cpan.org/Ticket/Display.html?id=69003
2011-08-10 08:34:33 +00:00
adam
91bdb39f08 Changes 0.18:
* bump up version of IO::File required

Changes 0.17:
* avoid test failures on Win32 by using . instead of TMPDIR for writing test
  files
2011-08-10 08:33:08 +00:00
adam
76d44e6bc8 Changes 1.05:
* support Module::Install::ExtraTests 0.007
* properly set is => 'rw' in inherited classes
* silence lc warnings on undef under perl 5.12
2011-08-10 08:30:07 +00:00
adam
836db802fd Changes 2.50:
* fixed rt.cpan.org 63487 documentation error.
* fixed rt.cpan.org 61302, now croak if the config file parameter is
  a directory and directory include is not turned on.
* fixed rt.cpan.org 60429 META.yml typo
* added new option -AllowSingleQuoteInterpolation, which turns on interpolation
  for variables inside single quotes.
* added test case for the new option
2011-08-10 08:26:25 +00:00
adam
64a9b25150 Revision bump after updating perl to 5.14.1 2011-08-10 08:24:35 +00:00
adam
167d4c477c Changes 0.16:
* Config::AutoConf::Linker moved to ExtUtils::LibBuilder.
2011-08-10 08:22:50 +00:00