Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Changes since last packaged version (0.02):
0.03 2008-06-24
* tiny format adjustments
* replace action is not allowed when source and destination are equal
* docs update
* create a dir in a test to avoid false failures
thanks to Diab Jerius and cpan testers for kicking me
|
|
Changes since last packaged version (0.11):
[Changes for 0.23 2008-05-09]
* RT now respects the --datafile flag to rt-setup-database when
used with --action acl or --action schema.
Don't pass the initialdata file when we're doing schema changes
[Changes for 0.22 2008-03-25]
* Add local lib path to the @INC when we call any script that may
load RT config.
[Changes for 0.21 2007-12-07]
* LICENSING CHANGE: This compilation and all individual files in it
are now under the permissive "MIT" license. See the COPYRIGHT
section in README for the new terms.
* Cleanup on POD, changelog, README, etc.
* Bump dependency of Module::Install::Admin to 0.40, so we can make use of
all_from() and drop the parentheses in Makefile.PL commands.
[ Changes for 0.20 2007-12-05]
* Support for new RT 3.7 "RT Plugin" mechanism.
* No longer tries to write to the global local perl man and site directories
(packlists and manpages), instead installing them within the RT hierarchy.
|
|
Changes:
2008-07-01 Simon Josefsson <simon@josefsson.org>
* po/cs.po.in, po/nl.po.in, po/pl.po.in, po/vi.po.in: Sync with TP.
2008-07-01 Simon Josefsson <simon@josefsson.org>
* Update gnulib files
2008-06-18 Simon Josefsson <simon@josefsson.org>
* NEWS, csharp/generate/Tokenizer.cs: Work around C# compiler bug.
2008-06-17 Simon Josefsson <simon@josefsson.org>
* GNUmakefile, doc/gendocs_template: Update gnulib files.
2008-06-10 Simon Josefsson <simon@josefsson.org>
* doc/specifications/rfc3454.txt: Remove more text.
2008-06-02 Simon Josefsson <simon@josefsson.org>
* doc/libidn.texi: Drop invariant sections.
2008-05-30 Simon Josefsson <simon@josefsson.org>
* lib/gl/stdbool.in.h, maint.mk: Update gnulib files.
2008-04-28 Simon Josefsson <simon@josefsson.org>
* src/Makefile.am: Use singularis STRING. Suggested by Benno
Schulenberg <coordinator@translationproject.org>.
2008-04-28 Simon Josefsson <simon@josefsson.org>
* src/idn.c: Don't gettext error code.
2008-04-28 Simon Josefsson <simon@josefsson.org>
* src/idn.c: Don't gettextize debug messages.
2008-04-24 Simon Josefsson <simon@josefsson.org>
* NEWS, THANKS, src/idn.c: idn: fix error message when NFKC fails.
Reported by Benno Schulenberg <coordinator@translationproject.org>.
|
|
Hence register p5-File-Remove package as a full dependency.
Bump PKGREVISION to 1.
|
|
ChangeLog:
0.85 (05.28.2008) - John Siracusa <siracusa@gmail.com>
* Added "inherited_hash" and "inheritable_boolean" class method types.
* Documented shift, unshift, and pop array method maker method type.
* Fixed a bug that prevented "--opt=0" options from being honored
(Reported by Bill Moseley)
|
|
ChangeLog:
0.34 2008-06-17 20:20:14 UTC
- Rewrite the usage of _re_sort() in order to deal
with blead change #33874. Bug smoked out by Andreas
K?nig.
0.33 2008-06-07 14:40:57 UTC
- Tweaked _fastlex() to fix bug #36399 spotted by Yves
Blusseau ('a|[bc]' becomes 'a\|[bc]').
- Recognise POSIX character classes (e.g. [[:alpha:]].
Bug also spotted by Yves Blusseau (bug #36465).
0.32 2007-07-30 17:47:39 UTC
- Backed out the change introduced in 0.25 (that created
slimmer regexps when custom flags are used). As things
stood, it meant that '/' could not appear in a pattern
with flags (and could possibly dump core). Bug #28554
noted by David Morel.
- Allow a+b to be unrolled into aa*b, as that may allow
further reductions (bug #20847 noted by Philippe Bruhat).
Not completely implemented, but bug #28554 is sufficient
to push out a new release.
- eg/assemble understands -U to enable plus unrollings.
- Extended campaign of coverage improvements made to the
test suite caught a minor flaw in source().
0.31 2007-06-04 20:40:33 UTC
- Add a fold_meta_pairs flag to control the behaviour of
[\S\s] (and [\D\d], [\W\w]) being folded to '.' (bug
#24171 spotted by Philippe Bruhat).
0.30 2007-05-18 15:39:37 UTC
- Fixup _fastlex() bug in 5.6 (unable to discriminate \cX).
This allows bug #27138 to be closed.
0.29 2007-05-17 10:48:42 UTC
- Tracked patterns enhanced to take advantage of 5.10
(and works again with blead).
- The mutable() functionality has been marked as
deprecated.
- mailing list web page was incorrect (noted by Kai
Carver)
|
|
XML::Simple. Hence add a dependency on p5-XML-Simple package.
While here ensure that PREFIX/{bin,sbin} are created during install phase.
Bump PKGREVISION to 4.
|
|
cleaned MASTER_SITES
ChangeLog:
version: 0.24
date: Wed Aug 30 10:45:22 PDT 2006
changes:
- Include Time::HiRes dependency into Makefile.PL (RT #19291)
- Include URI and DB_File dependency into Makefile.PL (RT #15036)
- Upgraded to Module::Install 0.64
- Added File::Spec path name portability fixes all over the place.
- Incorporated parts of Barbie's patch to fix tests on Win32 Perl 5.6
(RT #17506)
|
|
took maintainership
ChangeLog:
1.02 Wed Aug 8 13:46:16 PDT 2007
- Added a functionality to reuse existing AppConfig object
(Thanks to Ben H Kram)
|
|
took maintainership
added dependency to devel/p5-Log-Log4perl
ChangeLog:
1.12 Mon Feb 28 23:20:03 EST 2005
- Added code to handle short running proggies like CGIs that want to
use the DatePattern stuff. Now check mtime of log file to see if we
need to rotate (at start up only).
- Got rid of epochs as they conflict with Date::Manip's UnixDate()
function on MacOSX. This slows us down quite a bit so I am using
cmp instead of Date_Cmp() to get some speed back.
- Fixed up some typos and removed some email addresses as requested.
- Not released
1.13 Tue Mar 1 12:04:13 EST 2005
- Went back to epoch times for comparisions. My comments above
regarding Date::Manip and MacOSX are silly.
- Added better lockfile name picking thanks to Stephen Gordon
- Removed the $$ from the lockfile name as it makes it too uniq
1.14 Mon Apr 24 13:35:06 EST 2006
- create copyright notice
1.15 Wed Apr 26 08:09:20 EST 2006
- Added GPL copyright notice to fit with Perl 5
1.18 Wed Jun 25 12:19:11 EST 2008
- rolled up issue with using Date::Manip internal function
- added extra test for cygwin
- added better tests for 'max' paramater
- removed TZ details from doco and pointed people to Date::Manip
|
|
Pkgsrc changes:
Add numerous dependencies, recently added to pkgsrc.
Upstream changes:
0.18
- Weak reference support
|
|
|
|
Data::Alias provides a comprehensive set of aliasing operations.
Data::Alias is a module that allows you to apply "aliasing semantics"
to a section of code, causing aliases to be made whereever Perl
would normally make copies instead. You can use this to improve
efficiency and readability, when compared to using references.
|
|
|
|
Mouse is Moose minus the antlers.
(Moose is "A postmodern object system for Perl 5".)
Moose is wonderful.
Unfortunately, it's a little slow. Though significant progress has
been made over the years, the compile time penalty is a non-starter
for some applications.
Mouse aims to alleviate this by providing a subset of Moose's
functionality, faster. In particular, "has" in Moose is missing
only a few expert-level features.
|
|
|
|
This package provides Moose-like method modifiers.
Method modifiers are a powerful feature from the CLOS (Common Lisp
Object System) world.
In its most basic form, a method modifier is just a method that
calls $self->SUPER::foo(@_). I for one have trouble remembering
that exact invocation, so my classes seldom re-dispatch to their
base classes. Very bad!
Class::Method::Modifiers provides three modifiers: before, around,
and after. before and after are run just before and after the method
they modify, but can not really affect that original method. around
is run in place of the original method, with a hook to easily call
that original method. See the MODIFIERS section for more details
on how the particular modifiers work.
|
|
|
|
Keeping packages clean
When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause
problems, but it can complicate subclassing and, for example, plugin
classes that are included via multiple inheritance by loading them as
base classes.
The "namespace::clean" pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.
|
|
2.12 Jul 20 2008
- fixed warnings: Name " X::foo" used only once (#35840, #37023)
|
|
ChangeLog:
2007-08-13 Jarkko Hietaniemi <jhi@iki.fi>
* Tels found one more attributed edge problem.
* Release as 0.84.
2007-08-12 Jarkko Hietaniemi <jhi@iki.fi>
* One test in 73_diameter.t had too many possible answers,
dependent on the hash ordering, removed the test.
* Release as 0.83.
2007-08-11 Jarkko Hietaniemi <jhi@iki.fi>
* Since Heap 0.80 broke Graph, as a stop-gap measure
I will include the Heap::Elem and Heap::Fibonacci
of Heap 0.71, renamed as 'Heap071', addresses rt.cpan.org
#26943: "Heap 0.80 breaks Graph", and numerous bug reports
by email
* Address rt.cpan.org #27840: "add-edge_attributes() on
undirected graph wrongly depends on node order", from Tels
* Address rt.cpan.org #27959: "radius method incorrect",
code and test case from ROSULEK.
* Release as 0.82.
2007-01-21 Jarkko Hietaniemi <jhi@iki.fi>
* Address rt.cpan.org #24417: "next_successor unavailable in
Traversal (PATCH)", from Ted Carnahan.
* Small pod tweaks.
* Minor internal cleanup for the caching code.
* Release as 0.81.
|
|
ChangeLog:
Jul 19 2008 <shlomif@iglu.org.il> (Shlomi Fish)
Error.pm #0.17015
- Added the "SEE ALSO" section to the Error.pm POD mentioning
Exception::Class and Error::Exception.
|
|
took maintainership
ChangeLog:
1.1902 Jul 16, 2008
- This release just contains another test fix.
- The new tests for bad utf-8 apparently fail with any Perl before
5.8.8. Reported by Lee Heagney. RT #37702.
|
|
oked by bad
ChangeLog:
2.02 10 May, 2007
- bad format for periods of 10 seconds or longer (bug reported
by Daniel B. Boorstein)
2.01 9 Apr, 2007
- release as stable version
- use modern package layout
- some docs improvements
- add pods test
2.00_04 10 Sep 2005
- reorder some perl sentences to improve accuracy.
2.00_03 28 Oct 2004
- require only perl 5.6 (reported by Alex Kapranoff)
2.00_02 2 Nov 2003
- do not monitor sb entries
- test updated for no subs
2.00_01 1 Nov 2003
- use lexicals and our vars
- require perl 5.8.0 or newer
|
|
ChangeLog:
0.17
- More void context correctness fixes WRT tied values
- Overzealous seen value mappings made by Callback were removed
0.16
- Fix passing of void context when visiting hashes/arrays (perf
optimization to avoid unnecessary cloning)
- Added 'visit_seen' and a 'seen' callback for circular structures
- Class callbacks are now fired from least derived to most derived, not in
hash key order
|
|
ChangeLog:
0.013 2008-03-19
add arg0 and full_arg0 methods
|
|
|
|
ChangeLog:
1.17 (2008/07/19)
* (ms) Fixed test suite to run on Strawberry Perl on Win32.
* (ms) Added 'l4p' as a valid prefix in configuration files (equal
to 'log4j' and 'log4perl' now).
|
|
|
|
ChangeLog:
4.22 Sun Jul 20 16:34:13 CEST 2008
- new function AnyEvent::Socket::parse_hostport.
- as the bulkheads at microsoft can't even get getprotobyname reliably
working on their shitty fucking broken os we need to hardcode
some common protocol numbers in AnyEvent::Socket. How can
people even bother with such a pile of shit as windows.
4.21 Thu Jul 17 14:40:05 CEST 2008
- INCOMPATIBLE CHANGE: AnyEvent::Util::fork_call now has a prototype
which is incompatible to previous invocation syntax.
- work around more windows perl bugs in fork_call. I cannot imagine
why anybody would bother implementing fork in such an obviously
unusable way.
- avoid calling $do_retry if the request has already finished in
AnyEvent::DNS, thus avoiding an exception (reported by Anatoly
K. Sharifulin).
|
|
Remove part of patch-aa so the installdir for help/fr/GNUmakefile is
still created.
|
|
|
|
Based on maintainer update request by PR 39170.
New in alpha3.8.g4 (Gary Houston): Makefile.am: account for $(DESTDIR)
in install-data-local, thanks to Aleksey Cheusov. Configuration scripts
updated.
|
|
Pkgsrc changes: add HOMEPAGE.
Upstream changes:
1.09 Sat Mar 03 2007
- Detect readability for special IO::Socket::SSL
handles more accurately.
- Avoid "freed value in iteration" crashing.
|
|
Pkgsrc changes: add HOMEPAGE and USE_TOOLS so tests succeed.
Remove now-unneeded dependencies.
Upstream changes:
---
version: 0.38
date: Mon Apr 9 10:52:44 JST 2007
changes:
- Add generic encoding, instead of just utf8.
---
version: 0.37
date: Fri Apr 6 18:04:27 JST 2007
changes:
- make catdir work with current dir in addition to other args.
- make catfile work with current dir in addition to other args.
- Add support for import flags like -strict and -utf8
---
version: 0.36
date: Mon Oct 16 14:48:58 PDT 2006
- Applied the patch from
http://rt.cpan.org/Public/Bug/Display.html?id=20053:
Made sure Carp is required and the sub Carp::carp is predeclared in
IO/All.pm.
---
version: 0.35
date:
Tue May 9 08:25:37 PDT 2006 changes:
- Remove dependency on XXX.pm *groan*
---
version: 0.34
date: Mon May 8 01:03:12 PDT 2006
changes:
- Remove dependency on Spiffy.pm
- Apply patches and fix bugs from rt
- rt tickets - 11552 12048 14184 12966 13879 17105 7448 11463 7410 7337 7527
18465
---
|
|
Pkgsrc change: add HOMEPAGE pointing into search.cpan.org.
Upstream changes:
0.80 Sat Apr 28 12:25:51 EDT 2007
- accepted (finally) all of the changes submitted by Tels++
- Heap::Elem gets proper new() method too, others all inherit it
- made cmp, val and heap methods use @_ for speed (as suggested
by Tels++)
0.72 Fri Jul 8 09:05:04 CET 2005 (Tels)
- moved file to lib/ and t/ to remove clutter and simplify build
- rewrite most test files to use Test::More
- change test files to load this version, not currently installed one
- added tests for the various other .pm files
- removed unnec. require Autoloader and comments about autoloading
- remove "perl extension" from ABSTRACTs
- Heap::Elem gets proper heap() and val() routines, the
other subclasses (Heap::Elem::Num etc) now simple inherit them
|
|
Pkgsrc change: add a second homepage pointing into search.cpan.org.
Upstream changes:
version 1.006: Thu Jun 19 08:40:46 CEST 2008
- perl5.005 does not understand "use 5.6.0" and tie bug in 5.6.2.
So require 5.008 [cpantesters]
version 1.005: Wed Jun 18 09:02:28 CEST 2008
- require perl 5.6.0 [cpantesters]
- minor distribution clean-ups
version 1.004: Fri Jun 8 15:37:31 CEST 2007
- fixed 2 typo's in POD (Thanks to CPANTS)
- add t/pod.t
- use oodist to create docs.
|
|
others
|
|
private mail some months ago).
|
|
- update to:
bzr 1.5 2008-05-16
------------------
This release of Bazaar includes several updates to the documentation, and fixes
to prepare for making rich root support the default format. Many bugs have been
squashed, including fixes to log, bzr+ssh inter-operation with older servers.
CHANGES:
* Suppress deprecation warnings when bzrlib is a 'final' release. This way
users of packaged software won't be bothered with DeprecationWarnings,
but developers and testers will still see them. (John Arbash Meinel)
DOCUMENTATION:
* Incorporate feedback from Jelmer Vernooij and Neil Martinsen-Burrell
on the plugin and integration chapters of the User Guide.
(Ian Clatworthy)
bzr 1.5rc1 2008-05-09
---------------------
NOTES WHEN UPGRADING:
CHANGES:
* Broader support of GNU Emacs mail clients. Set
``mail_client=emacsclient`` in your bazaar.conf and ``send`` will pop the
bundle in a mail buffer according to the value of ``mail-user-agent``
variable. (Xavier Maillard)
FEATURES:
IMPROVEMENTS:
* Diff now handles revision specs like "branch:" and "submit:" more
efficiently. (Aaron Bentley)
* More friendly error given when attempt to start the smart server
on an address already in use. (Andrea Corbellini, #200575)
* Pull completes much faster when there is nothing to pull.
(Aaron Bentley)
BUGFIXES:
* Authentication.conf can define sections without password.
(Vincent Ladeuil, #199440)
* Avoid muttering every time a child update does not cause a progress bar
update. (John Arbash Meinel, #213771)
* ``Branch.reconcile()`` is now implemented. This allows ``bzr reconcile``
to fix when a Branch has a non-canonical mainline history. ``bzr check``
also detects this condition. (John Arbash Meinel, #177855)
* ``bzr commit`` now works with Microsoft's FTP service.
(Andreas Deininger)
* Catch definitions outside sections in authentication.conf.
(Vincent Ladeuil, #217650)
* Conversion from non-rich-root to rich-root(-pack) updates inventory
sha1s, even when bundles are used. (Aaron Bentley, #181391)
* Conversion from non-rich-root to rich-root(-pack) works correctly even
though search keys are not topologically sorted. (Aaron Bentley)
* Conversion from non-rich-root to rich-root(-pack) works even when a
parent revision has a different root id. (Aaron Bentley, #177874)
* Disable strace testing until strace is fixed (see bug #103133) and emit a
warning when selftest ends to remind us of leaking tests.
(Vincent Ladeuil, #226769)
* Fetching all revisions from a repository does not cause pack collisions.
(Robert Collins, Aaron Bentley, #212908)
* Fix error about "attempt to add line-delta in non-delta knit".
(Andrew Bennetts, #217701)
* Pushing a branch in "dirstate" format (Branch5) over bzr+ssh would break
if the remote server was < version 1.2. This was due to a bug in the
RemoteRepository.get_parent_map() fallback code.
(John Arbash Meinel, #214894)
* Remove leftover code in ``bzr_branch`` that inappropriately creates
a ``branch-name`` file in the branch control directory.
(Martin Pool)
* Set SO_REUSEADDR on server sockets of ``bzr serve`` to avoid problems
rebinding the socket when starting the server a second time.
(John Arbash Meinel, Martin Pool, #164288)
* Severe performance degradation in fetching from knit repositories to
knits and packs due to parsing the entire revisions.kndx on every graph
walk iteration fixed by using the Repository.get_graph API. There was
another regression in knit => knit fetching which re-read the index for
every revision each side had in common.
(Robert Collins, John Arbash Meinel)
* When logging the changes to a particular file, there was a bug if there
were ghosts in the revision ancestry. (John Arbash Meinel, #209948)
DOCUMENTATION:
* Expanded the User Guide to include new chapters on popular plugins and
integrating Bazaar into your environment. The *Best practices* chapter
was renamed to *Miscellaneous topics* as suggested by community
feedback as well. (Ian Clatworthy)
* Document outlining strategies for TortoiseBzr. (Mark Hammond)
* Improved the documentation on hooks. (Ian Clatworthy)
* Update authentication docs regarding ssh agents.
(Vincent Ladeuil, #183705)
TESTING:
* Add ``thread_name_suffix`` parameter to SmartTCPServer_for_testing, to
make it easy to identify which test spawned a thread with an unhandled
exception. (Andrew Bennetts)
* New ``--debugflag``/``-E`` option to ``bzr selftest`` for setting
options for debugging tests, these are complementary to the the -D
options. The ``-Dselftest_debug`` global option has been replaced by the
``-E=allow_debug`` option for selftest. (Andrew Bennetts)
* Parameterised test ids are preserved correctly to aid diagnosis of test
failures. (Robert Collins, Andrew Bennetts)
* The test suite modules have been modified to define load_tests() instead
of test_suite(). That speeds up selective loading (via --load-list)
significantly and provides many examples on how to migrate (grep for
load_tests). (Vincent Ladeuil)
INTERNALS:
* ``Hooks.install_hook`` is now deprecated in favour of
``Hooks.install_named_hook`` which adds a required ``name`` parameter, to
avoid having to call ``Hooks.name_hook``. (Daniel Watkins)
* Implement xml8 serializer. (Aaron Bentley)
* New form ``@deprecated_method(deprecated_in(1, 5, 0))`` for making
deprecation wrappers. (Martin Pool)
* ``Repository.revision_parents`` is now deprecated in favour of
``Repository.get_parent_map([revid])[revid]``. (Jelmer Vernooij)
* The Python ``assert`` statement is no longer used in Bazaar source, and
a test checks this. (Martin Pool)
API BREAKS:
* ``bzrlib.status.show_pending_merges`` requires the repository to be
locked by the caller. Callers should have been doing it anyway, but it
will now raise an exception if they do not. (John Arbash Meinel)
* Repository.get_data_stream, Repository.get_data_stream_for_search(),
Repository.get_deltas_for_revsions(), Repository.revision_trees(),
Repository.item_keys_introduced_by() no longer take read locks.
(Aaron Bentley)
* ``LockableFiles.get_utf8`` is deprecated, as a start towards
removing LockableFiles and ``.control_files`` entirely.
(Martin Pool)
* Methods deprecated prior to 1.1 have been removed.
(Martin Pool)
|
|
Changes since 1.0.9 includes
* New Feature: Include patch count in darcs --version, for example,
2.0.1 (+ 32 patches) (David Roundy)
* New Feature: darcs put --no-set-default and --set-default (Nicolas
Pouillard)
* UI changes: --extended-help is now called --overview, no more
--verify-hash, no more send --unified (David Roundy, Eric Kow)
* New Feature: Check for and repair patches which remove non-empty files
(issue815, David Roundy)
* New Feature: darcs trackdown --set-scripts-executable (Reinier Lamers)
* User Experience: Make darcs changes --interactive behave more like other
interactive commands (Eric Kow)
* New Feature: Colorize added and removed lines, if the environment variable
DARCS_DO_COLOR_LINES=True (Nicolas Pouillard)
* New Feature: --remote-repodir flag to allow separate default repositories
for push, pull and send (issue792, Eric Kow)
* New Feature: darcs changes --count (David Roundy)
* New Feature: Add a 'show authors' command (Eric Kow)
* New Feature: New DARCS_PATCHES, DARCS_FILES and DARCS_PATCHES_XML
environment variables are made available for the posthook system, allowing
for more easier options to to integrate darcs with other systems. (David
Roundy, Mark Stosberg)
* New Feature: Automatically create the the global cache if we define we
want to use it. (David Roundy, Trent Buck)
and numerous performance improvements and bugfixes.
|
|
import (CVE-2008-2942), bump PKGREVISION
|
|
Patch provided by Leonardo Taccari in PR 39142.
While here define test target, confirmed to pass all tests on NetBSD/i386 4.0.
Version 0.9.13
04 Sep 2007
- make static methods calling each other work correctly
Version 0.9.12
19 Aug 2007
- change system() library function to return raw exit code
Version 0.9.11
14 Aug 2007
- change signature type to also contain the function name
- add function_name() library function
Version 0.9.10
07 Jan 2007
- fix documentation of gmtime() and localtime() to list needed argument
- add mputstring() and mgetstring() library functions
- add cfloat() library function for calling C function that expect "float"
instead of "double"
|
|
ChangeLog:
0.76 Thu 17 Jul 2008
- ExtUtils::MakeMaker no longer complains when its version
contains an underscore. (PJF, RT #35800)
- Documentation patches to Module::Install::Admin and
Module::Install::Base. (Adriano Ferreira, RT #27696)
- Corrected broken internal link in Module/Install.pod. (PJF)
- The 'examples' directory will no longer be included
twice in META.yml/no_index/directory. (PJF)
- Move to the new 1.4 version of the META.yml specification (ADAMK)
- Automatically provide resources:license for
license('perl') (ADAMK)
- Implemented the bugtracker_from command (ADAMK)
- Added bugtracker_from to the all_from command
(Although we don't warn if not provided) (ADAMK)
- Shifting minimum perl version for Module::Install to 5.005
(Anything older should use ExtUtils::MakeMaker) (ADAMK)
- perl_version errors if it gets a value less that 5.005 (ADAMK)
- Created the new install_share implementation (ADAMK)
- Added the ppport function for adding ppport.h (ADAMK)
- Bumped File::Remove from test_requires to requires (ADAMK)
- Added dependency on Devel::PPPort for ppport (ADAMK)
0.75 Mon 2 Jun 2008 - Adam Kennedy
- Documenting the smaller post Module::Build core package
Module::Install::With and removed experimental warning (ADAMK)
- Disabled the broken install_share error check (CLACO)
- Disabled "pointless version 0" warning, as it encourages less
metadata (ADAMK)
- Adding an experimental undocumented implementation of a
"resources" and "repository" command (ADAMK)
- Don't dump "tests" and "installdirs" to META.yml (ADAMK)
|
|
ChangeLog:
2008-06-13 Jesse Vincent <jesse@bestpractical.com>
* Release 1.05
* Fix a problem with perl 5.8 introduced in 1.03
- there are no release notes for 1.04 -
|
|
Changelog:
1.46 Fri Nov 9 18:36 America/New_York 2007
[ENHANCEMENTS
* add Module::Install compat for ::Template plugin
* boilerplate.t no longer appears in default MANIFEST
* META.yml no longer appears in default MANIFEST
[FIXES]
* undo some bugs introduced by changing API of subclassable "guts"
methods
* remove some duplicated code
1.46 Wed Oct 31 08:49 America/New_York 2007
* put nearly all of the module-starter program into a module (to test)
* add license to META.yml
1.44 Sun Oct 11 19:09 America/New_York 2007
* no changes since 1.43_03
1.43_03
[FIXES]
* pod-coverage.t includes Pod::Coverage version check
* Test::Pod and Test::Pod::Coverage are now requirements.
Thanks, David Golden.
1.43_02 Wed Apr 25 09:37-Wed May 09 14:46 PDT 2007 <cjac@colliertech.org>
[ENHANCEMENTS]
* broke Module::Starter::Simple's README_guts and module_guts
methods into smaller, override-able pieces
* re-factored Module::Starter::Simple's build system; the
build metadata now lives in Module::Starter::BuildSet. This
allows us access to the metadata from the test suite. It
also makes it a bit easier to add supported builders.
* added a test Plugin module (based on Module::Starter::PBP)
* wrote a test suite for running module-starter
* wrote a test suite for Module::Starter::BuildSet
* modified the critic Makefile target to name the policy which
raised the violation
* Split most long lines (>80 chars) on whitespace
[FIXES]
* Ensured that perlcritic succeeds without errors or warnings
* Added perlcriticrc to the MANIFEST
* corrected build -> builder in module-starter --help docs
1.43_01 Wed Mar 28 12:21:00 EDT 2007
[FIXES]
* Now properly reports on all files in --verbose mode.
[ENHANCEMENTS]
* Add support for Module::Install
|
|
|
|
This is a lightweight module which provides 'Junction' operators,
the most commonly used being any and all.
Inspired by the Perl6 design docs,
http://dev.perl.org/perl6/doc/design/exe/E06.html.
|
|
ChangeLog:
1.28 Fri Jun 27 11:05 2008
- get_and_set() returns new value + didstore boolean
if called in list context
1.27 Wed Jun 18 17:15 2008
- Fix non-ansi C code
- Remove debug flags
|