pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-version
Module Name: pkgsrc
Committed By: sno
Date: Sun Aug 9 09:32:14 UTC 2009
Modified Files:
pkgsrc/devel/p5-version: Makefile distinfo
Log Message:
Updating package for p5 module version from 0.7600nb1 to 0.7701
pkgsrc changes:
- Setting license to perl5 license
Upstream changes:
2009-07-28 John Peacock <jpeacock%cpan.org@localhost>
Little jog to make sure META.yml does't contain UNIVERSAL
2009-07-28 John Peacock <jpeacock%cpan.org@localhost>
Only replace use_ok() if running with Test::More < 0.48
2009-07-28 John Peacock <jpeacock%cpan.org@localhost>
Provide replacement use_ok to make the 02derived.t tests pass.
2009-07-28 John Peacock <jpeacock%cpan.org@localhost>
Fix for https://rt.cpan.org/Ticket/Display.html?id=48268
2009-07-26 John Peacock <jpeacock%cpan.org@localhost>
Script to run through all of the Perl releases in one go
2009-07-26 John Peacock <jpeacock%cpan.org@localhost>
Release 0.77 to CPAN without the warning change, for release with 5.10.1
2009-07-24 John Peacock <jpeacock%cpan.org@localhost>
Finally complete the POD rewrite. Change the behavior to throw a
warning if you try and use a v-string without a leading 'v' in a
version object declaration (this may get pulled) and rewrite the POD
to follow the New World Order.
2009-07-24 John Peacock <jpeacock%cpan.org@localhost>
Resolves https://rt.cpan.org/Public/Bug/Display.html?id=48135
2009-07-22 John Peacock <jpeacock%cpan.org@localhost>
Forgot to bump this. Always run tests before committing!
2009-07-22 John Peacock <jpeacock%cpan.org@localhost>
Revised version::Internals POD; bump $VERSION for potential last CPAN
release.
2009-07-22 John Peacock <jpeacock%cpan.org@localhost>
WIP for version::Internals
2009-07-21 John Peacock <jpeacock%cpan.org@localhost>
Don't need to load the class in order to check whether it contains
package or assignments.
2009-07-18 John Peacock <jpeacock%cpan.org@localhost>
Rename Extended to Dotted-Decimal
2009-07-18 John Peacock <jpeacock%cpan.org@localhost>
Rename "Numeric" to "Decimal"
2009-07-18 John Peacock <jpeacock%cpan.org@localhost>
Fix for RT#47980. Don't check $@ if you haven't actually done the
eval().
2009-07-16 John Peacock <jpeacock%cpan.org@localhost>
Apply David Golden's suggested changes with some minor massaging.
2009-07-15 John Peacock <jpeacock%cpan.org@localhost>
Another CPAN alpha release.
2009-07-15 John Peacock <jpeacock%cpan.org@localhost>
Start reworking the Internals documentation into something useful.
2009-07-14 John Peacock <jpeacock%cpan.org@localhost>
Tweakage of POD
2009-07-10 John Peacock <jpeacock%cpan.org@localhost>
Neglected to delete this directory from the repo
2009-06-29 John Peacock <jpeacock%cpan.org@localhost>
Allow the pure Perl version module to be installed on Perl 5.10.0,
and trump the core code.
2009-06-28 John Peacock <jpeacock%cpan.org@localhost>
Better heuristic for deciding when to rebless
2009-06-28 John Peacock <jpeacock%cpan.org@localhost>
Remove old file from MANIFEST
2009-06-28 John Peacock <jpeacock%cpan.org@localhost>
Convert this test to make its own Empty class
2009-06-28 John Peacock <jpeacock%cpan.org@localhost>
Missed a couple more MAGIC NUMBERS in the tests.
2009-06-28 John Peacock <jpeacock%cpan.org@localhost>
Tests all pass now in 5.005_04 in XS mode too!
Need to adapt the pure Perl release to work with 5.10.0 as well.
2009-06-27 John Peacock <jpeacock%cpan.org@localhost>
Whitespace differences from blead
2009-06-27 John Peacock <jpeacock%cpan.org@localhost>
Sync changes from bleadperl to vutil.c
2009-06-26 John Peacock <jpeacock%cpan.org@localhost>
Finally have all tests passing in 5.10.0!
2009-06-23 John Peacock <jpeacock%cpan.org@localhost>
Disable all tests for 5.10.0 for the moment, so we can release
as an alpha and not falsely claim success or failure.
2009-06-13 John Peacock <jpeacock%cpan.org@localhost>
Fix RT#46921 - locale and eval action at a distance. All tests pass
except on 5.10.0 (because the core code is broken).
2009-06-13 John Peacock <jpeacock%cpan.org@localhost>
Fix mistaken regex to convert large exponential numbers to
non-exponential
form before scanning. Resolves:
https://rt.cpan.org/Ticket/Display.html?id=45241
2009-05-27 John Peacock <jpeacock%cpan.org@localhost>
More fiddling with the revised POD.
2009-05-20 John Peacock <jpeacock%cpan.org@localhost>
Resolve some more misleading warnings from vpp.pm in 5.005 and 5.6
2009-05-20 John Peacock <jpeacock%cpan.org@localhost>
Misplaced #endif caused 5.005_04 and 5.6.x to fail tests. Add
documentation for is_qv.
2009-05-18 John Peacock <jpeacock%cpan.org@localhost>
Make all test pm files use File::Temp. Change qv() to be both method
and
function. All tests pass using Build.PL from perl 5.6.x forward, but
a couple of test failures using Makefile.PL in 5.6.x and 5.005_04.
2009-05-16 John Peacock <jpeacock%cpan.org@localhost>
Tests pass but POD is incomplete
2009-05-10 John Peacock <jpeacock%cpan.org@localhost>
All tests pass in all Perl's and in XS and pure Perl. Perl 5.005_04
still
throws lots of stupid warnings in pure Perl; can't help it apparently.
2009-05-10 John Peacock <jpeacock%cpan.org@localhost>
Now tests all pass on 5.005 as well (two warnings I can't prevent)
2009-05-10 John Peacock <jpeacock%cpan.org@localhost>
Now all three test files are 100% for 5.8.x and 5.10.x, but 01 and 02
fail
with 5.6.x and 5.005
2009-05-09 John Peacock <jpeacock%cpan.org@localhost>
Begin massive reorg/redesign. Tests 01 and 03 are 100%; 02 needs work.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-version/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-version/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