pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Mouse



Module Name:    pkgsrc
Committed By:   seb
Date:           Sun Jan 17 10:35:53 UTC 2010

Modified Files:
        pkgsrc/devel/p5-Mouse: Makefile distinfo

Log Message:
Update from version 0.40 to version 0.47

Pkgsrc changes:
- adjust dependencies
- Remove commented stuff
- C compiler is now needed
- Set PERL5_MODULE_TYPE to Module::Install::Bundled as upstream bundles
some Module::Install extensions

Upstream changes:
0.47 Fri Jan 15 15:07:21 2010
    * Makefile.PL
        - Shipped with M::I::XSUtil 0.21 (gfx)
        - Fixed an issue that gcc 4.0 don't support -Wc++-compat (gfx)
    * Mouse
        - Add a caveat on XS callbacks to the pod (gfx)

0.46 Sat Jan  9 17:54:30 2010
    * Mouse::Meta::Attribute
        - Add support for code references for handles
            patched by Frank Cuny (gfx)
    * Mouse::Util::TypeConstraints
        - Fix Str and ScalarRef for typeglobs, lvalues, and etc. (gfx)
    * oose.pm
        - Add Moose::Util::TypeConstraints exports to allow easier testing
            of TypeConsraints from the command line (gfx)

0.4501 Tue Dec 22 16:02:15 2009
    * Fix an issue on circular dependencies (RT #52939, thanks to t0m)
     - (see also http://rt.cpan.org/Public/Bug/Display.html?id=52939 )

0.45 Sat Dec 19 17:22:46 2009
    * Fix filename portability issue (RT #52828, thanks to Peter Edwards)

    * Fix an issue that definitions of anonymous types could fail (gfx)

    * Mouse::Meta::Attributes
        - Add set_value/get_value/has_value/clear_value (gfx)
          (Note that thsese methods are depend on the accessors)

    * Test::Mouse
        - Add with_immutable (gfx)

0.44 Wed Dec  9 21:43:21 2009
    * Shipped with Module::Install::XSUtil 0.19 (gfx)

    * Test::Mouse
        - Added (gfx)

    * Mouse::Util::TypeConstraints
        - Add duck_type (gfx)

0.43 Mon Dec  7 14:21:59 2009
    * Improve documents

    * Mouse::Meta::Module
        - Remove undocumented has_package_symbol and get_package_symbol (gfx)
            (They are introduced in 0.41, but seem useless in Mouse)

0.42 Sat Dec  5 16:05:06 2009
    * Fix a PAUSE indexing issue (gfx)

0.41 Sat Dec  5 15:00:33 2009
    * This is the first stable version of Mouse::XS
        - Mouse::XS is about 2 times faster than Mouse::PurePerl

    * SUMMARY
        - Many stuff are now in XS
        - Support "use Mouse -traits => ..." subdirective

    * INCOMPATIBILITY CHANGES (but compatible with Moose)
        - The type of default value is constrained correctly
        - The default values is weakend correctly
        - BUILDALL/DEMOLISHALL are no longer called


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Mouse/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Mouse/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index