Commit graph

247472 commits

Author SHA1 Message Date
joerg
4287748b6e Always require the 2010 version of pkg_install to simplify things a bit. 2016-04-10 15:20:26 +00:00
wen
a99d35b16c Added devel/p5-Cache-LRU version 0.04 2016-04-10 15:18:40 +00:00
wen
094aef02d6 Add p5-Cache-LRU 2016-04-10 15:17:01 +00:00
joerg
bb6f5a8d35 Rewrite somewhat in light of the non-DESTDIR removal. 2016-04-10 15:15:45 +00:00
wen
134da7026e Import Cache-LRU-0.04 as devel/p5-Cache-LRU.
A simple, fast implementation of an in-memory LRU cache in pure perl with
the maximum number of entries to be stored within the cache object.
2016-04-10 15:14:13 +00:00
joerg
54362eeca1 Remove last glue for PKG_DESTDIR_SUPPORT=none. 2016-04-10 15:10:12 +00:00
joerg
af3ac5987c PKG_DESTDIR_SUPPORT=none is gone. 2016-04-10 15:09:26 +00:00
joerg
bfef30f0c8 Drop support for PKG_DESTDIR_SUPPORT=none. 2016-04-10 15:08:39 +00:00
wen
1aa93583b9 Updated time/p5-Date-Extract to 0.05 2016-04-10 14:51:25 +00:00
wen
b3c05dda31 Update to 0.05
Upstream changes:
0.05    Thu Jun  5 12:52:12 WIB 2014
        This release is done by SHARYANTO
        Add 'format' argument (RT#95998)
        Support '13 Nov 1986' format (RT#95999)
2016-04-10 14:49:45 +00:00
wen
bd37311de6 Updated math/maxima to 5.38.0 2016-04-10 14:37:05 +00:00
wen
f69c2f7569 Update to 5.38.0
Upstream changes:

Maxima 5.38 change log
New items in core:

    commit [ae11414]: Images in the HTML manual now are automatically shrinked to fit within the browser window, if neeeded.

    commit [d817ac5]: A singlepage HTML manual (doc/info/maxima_singlepage.html)

    commit [2b0f8c4]: Docu/Creating a release: Added a request to inform the wxMaxima team that aims to make a simultaneous release.
    commits [b2302ed]-[fcbb0e4]: Commit charsets package as posted by Michel Talon
    commit [1818e0b]: Add configure option --enable-mathjax to enable usage of MathJax in the html docs
    commit [7ca8a27]: Add simple documentation for bf_fft and bf_inverse_fft.
    commit [d1def61]: Added a small GUI for Windows users for selecting their default Lisp interpreter.
    commit [688f662]: Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc on Windows.
    commit [bdaf3c7]: Try to exit gracefully if we are unable to connect to a server

New items in share:

    commits [68d866e]-[4d1f046]: draw: grid now not only accepts boolean values, but also a list of 2 numbers.

Changes in core:

    commits [3631127]-[82aea3a]: Documentation: Add example images for the draw options.

    commit [baa97e3]: Crosscompiling: update sbcl to the current version.
    commit [eedadc7]: Adjust the tolerances of two li[2] numerical tests
    commit [79d9dcd]: Prevent the removal of the integervalued feature during a reset()
    commit [05b922f]: Work around bug in ecl that causes all tests to fail.
    commit [f798207]: Removed the --dynamic-space-size option for sbcl.
    commit [eba5341]: Fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL
    commit [d95efeb]: WIP: Bigfloat FFT routines.

Changes in share:

    commit [4ae042fc]: Split up implementation of FFT in a separate package
    commit [473ea6c]: Add the draw package to autoload updating the documentation
    commit [993aea7]: First attempt to rework numericalio.lisp for greater speed and memory efficiency.

Bug fixes:

    commit [22f4fd0]: Apply patch in bug report 3120.
    commit [c57712d]: Fix #3105: lis doesn't simplify.
    commit [3b94068]: Fix #3112: inaccurate zeta(n) for negative even n.
    commit [f7b7b06]: Fix #3098: li[3] nuemrical evaluation.
    commit [689fdbc]: Fix SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow"
    commit [689fdbc]: Fix SF bug report #3103: "limit of li.. with numer:true infinite recursion"
    commit [30d5d01]: Fix SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow"
    commit [0443536]: Fix SF bug report #3099: "Float read is single-precision, though float() is double-precision"
    commit [33666cc]: Fix bug #481: ('m)[1] (meval)
    commit [7398246]: Fixed bug #3075: '#3075 answer "3false" from "integrate(3asinh(x),x,-inf,inf)"'
    commit [2c7bf01]: Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion of floating-point infinity."'
    commit [26375cd]: Fix #3069 limit(a/abs(x),x,0) crashes with stack overflow
    commit [df38b65]: Fix bug:#3065.
    commit [7409f45]: Fix bug #3058: Lingering assumptions after an interrupted simpsum
    commit [0848773]: Add test for SF bug #2302: "'at' applied to definite integral"
    commit [9c89d36]: A quick solution for Bug 3052
    commit [0b6a9a1]: Fix SF bug #3049: "set should act like list"
    commit [4b6c2df]: Fix SF bug #3045: "Save command now fails to generate lisp file"
    commit [3c8d45b]: Fix bug #3044: opsubst crash
    commit [38c5ac7]: Fix SourceForge bug #2159 - integration_with_logabs.
    commit [20d4d93]: Fix SF bug #3003: make pdf returns an error.
    commit [49a2df1]: Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to wrong result.
    commit [7c12736]: Add tests to verify that SF bug #365 is fixed. Add tests for related bug #3072

Unnumbered bugs:

    commit [f4af2a1]: Use per-maxima-instance filenames for draw and plot. Without this simultaneous plotting from concurrent maxima instances might result in name collisions.
    commit [5cc41da]: Allow sbcl to use enough memory to compile Lapack (linux+mac only).
    commit [4be3d80]: Remove the two black lines at the border of the bounding box that were introduced with gnuplot 5.0
    commit [592b38b]: Fix integrate((4x^3-x^2+4x)^(-2/3)(12x^2-2*x+4),x);
    commits [f7b7b06]...[eedadc7]: li[2] and li[3] fixes.
    commit [366b08f]: Try to fix the trace output when the lisp_print trace option is set
    commit [b637368]: In MEVAL1, call GETCHARN only if argument is a symbol. Fixes bug reported to mailing list 2016-01-06
2016-04-10 14:34:13 +00:00
mef
d35c6acd82 Added textproc/p5-Text-VisualWidth-PP version 0.04 2016-04-10 12:24:31 +00:00
mef
66e5119e31 Import p5-Text-VisualWidth-PP-0.04 as textproc/p5-Text-VisualWidth-PP.
This module provides functions to treat half-width and full-width
characters and display correct size of text in one line on terminals and
mobile phones. You can know the visual width of any text and truncate text
by the visual width. Now this module support flagged UTF-8 and tested only
with Japanese.

This module is pure perl version of Text::VisualWidth. This is bit slow,
but it's not require compiler.
2016-04-10 12:21:37 +00:00
leot
4f2d2732fe Updated print/cups-filters to 1.8.3 2016-04-10 09:42:18 +00:00
leot
9c50449ac3 Update print/cups-filters to 1.8.3.
Changes:
CHANGES IN V1.8.3 (2016-03-23):
 - cups-browsed: When creating or modifying a local print queue
   set the printer-is-shared bit to false in a separate IPP
   request as this operation errors on queues directly pointing
   to remote CUPS queues with the IPP backend. This way we can
   ignore the error and assure that all other settings are
   applied (Ubuntu bug #1560099).
 - Fixed pkg-config support so that $PKG_CONFIG gets used and
   cross compilation works (Bug #1347).
 - gstoraster: Put conversion rules for this filter into a
   separate file, so that they do not get installed when we
   build without Ghostscript support (Bug #1346).
 - Allow disabling dependencies on IJS (Bug #1345).
 - pdftops: Switch to Poppler as PDF renderer also for the
   Apple LaserWriter 12/640, to work around a bug in the
   printer's PostScript interpreter (Bug #1344).
2016-04-10 09:41:58 +00:00
wiz
dfe385487a + abcde-2.7.2, apache24-2.4.20, harfbuzz-1.2.6, hunspell-de-20160407,
jbig2dec-0.13, libxkbcommon-0.6.1, modular-xorg-xephyr-1.18.3,
  py-anki2-2.0.36, py-click-6.6, py-cython-0.24, py-mock-2.0.0,
  py-twisted-16.1.0, ruby-mercenary-0.3.6, x264-devel-20160409.
2016-04-10 08:34:29 +00:00
mef
33d4383ad1 Updated devel/p5-Git-CPAN-Patch to 2.2.1
Updated devel/p5-Git-Repository-Plugin-AUTOLOAD to 1.002
Updated devel/p5-Graph to 0.9704
Updated devel/p5-Graph-ReadWrite to 2.08
Updated devel/p5-Hash-Util-FieldHash-Compat to 0.10
Updated devel/p5-Dist-Zilla to 5.044
2016-04-10 08:11:06 +00:00
mef
8ef4dfe066 (pkgsrc)
- Add following line for make test
     +BUILD_DEPENDS+=  p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils
(upstream)
 - Updated to devel/p5-Dist-Zilla-5.044
------------------------------------
5.044     2016-04-06 20:32:14-04:00 America/New_York
        - require a newer List::Util to avoid a dumb bug caused by relying on
          side effects of loading Moose (thanks, Karen Etheridge!)

5.043     2016-01-04 22:54:56-05:00 America/New_York
        - dzil test now supports --extended to set EXTENDED_TESTING (thanks,
          Philippe Bruhat)

5.042     2015-11-26 09:05:37-05:00 America/New_York
        - try to avoid testing errors when the local time zone can't be
          determined (https://github.com/rjbs/Dist-Zilla/issues/497)

5.041     2015-10-27 22:07:54-04:00 America/New_York
        - add 'static_attribution' attribution to MakeMaker plugin
        - fix prereqs for App::Cmd and Config::MVP::Reader::INI

5.040     2015-10-13 11:42:25-04:00 America/New_York
        - the distribution tarball name no longer includes -TRIAL if the
          version contains an underscore

        - [PkgVersion] adds "$VERSION = $VERSION_SANS_UNDERSCORES" when
          version contains an underscore

        - made the PodCoverageTests and PodSyntaxTests plugins generate author
          tests, not release tests. These are tests you want passing on every
          commit, not just before a release (Dave Rolsky)
2016-04-10 08:07:25 +00:00
mef
2146e15beb Updated to devel/p5-Hash-Util-FieldHash-Compat-0.10
---------------------------------------------------
0.10      2015-09-27 04:28:27Z
        - fix invalid prereq specification for Heavy implementation (changed
          in 0.09)
2016-04-10 08:03:17 +00:00
mef
646b2c87b3 Updated to devel/p5-Graph-ReadWrite-2.08
----------------------------------------
2.08 2015-10-30 NEILB
    - Switched to Dist::Zilla
    - Updated the github repo URL after changing my github username
    - Removed a spurious =back from Graph::ReadWrite.
      Thanks to Lucas Kanashiro for RT#106063
2016-04-10 08:00:55 +00:00
mef
23a15d937b Updated to devel/p5-Graph-0.9704
--------------------------------
0.9704 2015-10-07  Jarkko Hietaniemi  <jhi@iki.fi>
    - rt.cpan.org 107567: edges() missing on undirected multiedged graph:
      was broken in 0.96, had been fixed somewhere there and here,
      added the test case
    - rt.cpan.org 107600: no modify Storable $VERSION
2016-04-10 07:58:17 +00:00
mef
0bce6e707c Update to devel/p5-Git-Repository-Plugin-AUTOLOAD-1.002
-------------------------------------------------------
1.002 Tue Feb 2 2016
    - Prevent system/global configs from messing with test expectations
      (Fix for RT #111645, reported by DBOOK)
    - Load Config when using %Config
      (Fix for RT #100806, reported by PPISAR)
2016-04-10 07:55:38 +00:00
mef
b06da4386e Updated to devel/p5-Git-CPAN-Patch-2.2.1
----------------------------------------
2.2.1 2016-02-06
  [ BUG FIXES ]
    - Test was failing if color.ui was set to always. (GH#29, reported by
      grinnz)

  [ STATISTICS ]
    - code churn: 3 files changed, 24 insertions(+), 13 deletions(-)
2016-04-10 07:52:55 +00:00
mef
1999589ec0 Updated devel/p5-ExtUtils-Depends to 0.405
Updated devel/p5-ExtUtils-F77 to 1.19
Updated devel/p5-ExtUtils-MakeMaker-CPANfile to 0.07
Updated devel/p5-ExtUtils-ModuleMaker to 0.55
Updated devel/p5-File-BOM to 0.15
Updated devel/p5-File-DesktopEntry to 0.22
Updated devel/p5-File-Modified to 0.10
Updated devel/p5-File-Path-Tiny to 0.8
Updated devel/p5-File-Touch to 0.11
2016-04-10 07:47:31 +00:00
dbj
936c8e6e77 Avoid creating a fake zlib.pc, because if it does
gnutls will add a Requires.private for it in its .pc file
2016-04-10 07:45:22 +00:00
dbj
7b75c317b1 remove unnecessary X11 dependency by specifying --with-x=no 2016-04-10 07:42:12 +00:00
mef
3b8974d961 Add Following line for 'make test'.
+BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
2016-04-10 07:36:57 +00:00
tnn
ba5ed65f3d add kludge to sdksyms.sh to fix build on NetBSD-current w/ GCC 5 2016-04-10 07:35:19 +00:00
dbj
cbfa7399e2 remove unnecessary X11 dependency by specifying --with-x=no
this is an improved fix for PR 50582
2016-04-10 07:34:39 +00:00
mef
66433327d1 Update to devel/p5-File-Touch-0.11
----------------------------------
0.11 2015-11-26 NEILB
    - Document when reference gras the timestamps, and give example.
      Thanks to SMYLERS for the PR with this.

0.10 2015-10-24 NEILB
    - Added [MetaJSON] to dist.ini, so we get a META.json in the release
    - Auto tag and push to github on release
    - Updated repo URL after changing my github username
2016-04-10 05:51:20 +00:00
mef
c004c4bf3f Update to devel/p5-File-Path-Tiny-0.8
-------------------------------------
0.8  2016-01-26 14:44:57
    - rt 88849: allow multiple processes to operate on the same paths (thanks HELENA!)
    - Add github to POD
    - rt 96842: Fix mk() to work correctly w/ UNC paths on windows (thanks MITHUN!)
2016-04-10 05:49:15 +00:00
mef
387a0c39fd Update to devel/p5-File-Modified-0.10
-------------------------------------
0.10 2015-10-26 NEILB
    - Switched to Dist::Zilla
    - Updated github repo URL after changing my github username
2016-04-10 05:46:56 +00:00
mef
8c6cf2009c Updated to devel/p5-DesktopEntry-0.22
-------------------------------------
0.22 2015-12-10
 - Fix issue on Windows with File URIs
 - Correctly state runtime dependencies

0.21 2015-11-25
 - Documentation changes only.

0.20 2015-11-23
 - Fix opening files with special characters
    RT 93168 - fix provided by Romain Vavassori.
2016-04-10 05:43:12 +00:00
mef
3923d9868d (pkgsrc)
- Add following line for make test
   BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:.....
(upstream)
 - Update to devel/p5-File-BOM-0.15
--------------------------------
0.15 - Mon Dec 14 2015
    - Fix spelling errors spotted by debian team. Thanks to Gregor Herrmann.
2016-04-10 05:37:27 +00:00
mef
d7fdc1a178 Updated to devel/p5-ExtUtils-ModuleMaker-0.55
0.55    January 03, 2016

Prodded by Chris Kirke during the CPAN Pull Request Challenge, standardized
$VERSION numbers and release dates across all files.  No changes in
functionality or tests.
2016-04-10 05:33:38 +00:00
mef
ec1b6fa18a Update to devel/p5-ExtUtils-MakeMaker-CPANfile-0.07
-----------------------------------------
0.07  2015/12/09
    - supported recommends, suggests, conflicts
2016-04-10 05:31:05 +00:00
mef
7e782d68af Update to devel/p5-ExtUtils-F77-1.19
------------------------------------
v1.19 released Dec 12th 2015
----------------------------
* Improved gfortran linking on OS X Yosemite+ which avoids PERL_DL_NONLAZY meltdowns
2016-04-10 05:27:44 +00:00
mef
a1a7c81c43 Update to devel/p5-ExtUtils-Depends-0.405
-----------------------------------------
0.405
    - Remove MYMETA.* from MANIFEST file; closes autogenerated RT ticket
      #108554
2016-04-10 05:25:19 +00:00
mef
bf6e353d37 Updated devel/p5-Convert-Binary-C to 0.78
Updated devel/p5-Curses to 1.34
Updated devel/p5-Data-MessagePack to 0.49
Updated devel/p5-Data-Peek to 0.45
Updated devel/p5-Devel-CheckLib to 1.07
Updated devel/p5-Devel-Cover to 1.22
Updated devel/p5-Devel-NYTProf to 6.03
Updated devel/p5-Devel-PatchPerl to 1.40
Updated devel/p5-Devel-Pragma to 0.62
Updated devel/p5-Devel-REPL to 1.003028
Updated devel/p5-Devel-StackTrace to 2.01
Updated devel/p5-Devel-StackTrace-AsHTML to 0.15
Updated devel/p5-Devel-TraceUse to 2.094
Updated devel/p5-Data-Munge to 0.096
Updated devel/p5-EV to 4.22
Updated devel/p5-Event-RPC to 1.08
Updated devel/p5-ExtUtils-CBuilder to 28.02.24
2016-04-10 04:41:54 +00:00
mef
1513ef59f2 (pkgsrc)
- Add c++ for USE_LANGUAGE for make test
(upstream)
 - Update to devel/p5--ExtUtils-CBuilder-0.28.22.24
------------------------------------------------
0.282224 - 2015-10-09
  Enhncements:
  - Use warnings/strict on all modules.
2016-04-10 03:41:34 +00:00
mef
d2e7be8ae0 Update to devel/p5-Event-RPC
----------------------------
1.08 Sun Sep 26, 2015, joern
    Notes:
    - Just a stable release without changes. I thought
      CPAN testers would pick up developer releases
      too, but was wrong ;)

1.08_01 Sat Sep 26, 2015, joern
    Features:
    - Support for multiple serialisers: Sereal, CBOR::XS,
      JSON::XS and Storable. That's because Storable is
      known to be insecure, so this module should not
      rely on it.

      Great care has been taken to make these changes
      up- and downwards compatible, so old clients still
      can connect to new servers and vice versa.

      Check documentation chapters MESSAGE FORMAT OPTIONS
      in Event::RPC, Event::RPC::Server and Event::RPC::Client
      manpages for details.

      Thanks to mala <mala AT ma.la> for his hint about the
      security issues of Storable. You find more details in
      this article:

      http://www.masteringperl.org/2012/12/the-storable-security-problem/

    Bugfixes:
    - Proper handling of exceptions which occur at the
      server before a remote method is really executed,
      e.g. when lookup of the class failed due to
      incorrect @INC path.
    - Fixed encoding of source files and corrected
      the year of all Copyright notices.
2016-04-10 03:16:37 +00:00
mef
f43c91aa76 Update to devel/p5-EV-4.22
--------------------------
4.22 Sun Dec 20 02:34:39 CET 2015
        - (libev) when epoll detects unremovable fds in the fd set, rebuild
          only the epoll descriptor, not the signal pipe, to avoid
          SIGPIPE in ev_async_send. This doesn't solve it on fork,
          so document what needs to be done in ev_loop_fork
          (analyzed by Benjamin Mahler).
        - (libev) remove superfluous sys/timeb.h include on win32
          (analyzed by Jason Madden).
        - updated libecb.
2016-04-10 03:12:51 +00:00
wen
0a291e2e70 Updated www/moodle to 3.0.3 2016-04-10 03:10:23 +00:00
wen
97aed659fa Update to 3.0.3
Upstream changes:
Moodle 3.0.3 release notes

Releases > Moodle 3.0.3 release notes

Release date: 14 March 2016

Here is the full list of fixed issues in 3.0.3.
Contents

    1 Highlights
    2 Fixes and improvements
    3 Security issues
    4 See also

Highlights

    MDL-48778 - Fixed problems with assign quick grading in case of multiple attempts
    MDL-21912 - New setting 'Allow admin conflict resolution' for restoring a course from a different Moodle site
    MDL-31635 - Course completion "grade" criteria now correctly shows grades as points and not percents
    MDL-51702 - Restored ability to assign roles to blocks in Default dashboard and My home
    MDL-49807 - Wiki table of contents correctly displays headers created in Atto editor

Fixes and improvements

    MDL-48015 - Fixed misalignment in gradebook when category has no total and items
    MDL-52566 - Releasing assignment with team submission now releases grades to all group members
    MDL-52486 - Fixed javascript errors in languages with _ in the name such as en_us (for example when editing user interests)
    MDL-52249 - Custom menus with subitems now work correctly on touch screen devices
    MDL-51723 - Fixed bug with unenrolling users on login under LDAP auth with Active Directory
    MDL-38020 - Corrected user enrollment workflow through Participant list using Edit Icon
    MDL-41531 - Fixed irregular characters in course name interfering with PayPal enrolment
    MDL-51075 - Centered positioning of glossary popup
    MDL-52217 - Cleaning temporary download directory for dropbox repository
    MDL-52637 - Fixed problems with connection to SMTP mail in some configurations
    MDL-52589 - Allow non-default cache stores to be uninstalled
    MDL-50083 - Unlock submissions when reopening locked assignment
    MDL-43620 - Allow to reset the course start date when having a chat activity
    MDL-49338 - Fixed bug when quiz statistics report displays the preview icons to the wrong variant
    MDL-52763 - Users with the mod/assign:viewblinddetails capability are able to cross reference users with their blind identities
    MDL-52435 - Plagiarism prevention links are moved to the top of the submission text
    MDL-52814 - Fixed overlapping of redo button in Quiz
    MDL-53012 - Behat: Add step to run scheduled task
    MDL-50218 - If there is no grade, an external tool (LTI) module will now return a grade of '' instead of 0 to the LTI tool producer

Security issues

    MSA-16-0003 Incorrect capability check when displaying users emails in Participants list
    MSA-16-0004 XSS from profile fields from external db
    MSA-16-0005 Reflected XSS in mod_data advanced search
    MSA-16-0006 Hidden courses are shown to students in Event Monitor
    MSA-16-0007 Non-Editing Instructor role can edit exclude checkbox in Single View
    MSA-16-0008 External function get_calendar_events return events that pertains to hidden activities
    MSA-16-0009 CSRF in Assignment plugin management page
    MSA-16-0010 Enumeration of category details possible without authentication
    MSA-16-0011 Add no referrer to links with _blank target attribute
    MSA-16-0012 External function mod_assign_save_submission does not check due dates
2016-04-10 03:08:56 +00:00
mef
fccb568a0c Update to devel/p5-Data-Munge-0.096
-----------------------------------
0.096   2016-03-02
        * eval_string() now preserves the value of $@ both inside the eval'd
          code and outside (if no exception is thrown).
2016-04-10 03:03:52 +00:00
mef
241044477c - Add following lines for make test
+# for make test
  +BUILD_DEPENDS+=        p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
  +# following introduce cyclic dependency
  +#UILD_DEPENDS+=        p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
2016-04-10 02:54:26 +00:00
mef
fe63c4ca79 Update to devel/p5-Devel-TraceUse-2.094
---------------------------------------
2.094 2016-03-20 BOOK
    - Disabled extra debugger features (HAARG)
    - Added SEE ALSO section with a discussion of the main modules
      on CPAN for determining dependencies. (NEILB)
    - Tweaked formatting of this file as per CPAN::Changes::Spec, in the
      process ensuring all dates are UTC (like CPAN & PAUSE). (NEILB)
    - Simplified the data structure and the caller() call
    - Switched to Dist::Zilla for packaging
2016-04-10 02:33:52 +00:00
mef
7cd7302246 Update to devel/p5-Devel-StackTrace-AsHTML-0.15
-----------------------------------------------
0.15  2016-04-01 12:23:25 PDT
        - Switch to Milla (haarg)
2016-04-10 02:31:43 +00:00
mef
ee1d99c162 Update to devel/p5-Devel-StackTrace-2.0.1
-----------------------------------------
2.01   2016-03-02
- Fixed the frames method when it is called with arguments. Previously this
  did not work if it was called before the method was called as a
  reader. Fixed by Mark Fowler. PR #8.
2016-04-10 02:24:57 +00:00