Upstream changes:
2.11 2015-12-08 CADE
- fixed smoothing delta range and default parameter.
2.10 2015-12-08 NEILB CADE
- Added 'smoothing' option which makes the estimated time remaining
monotically decreasing most of the time, preventing flicker.
- Added option to change default smoothing delta parameter.
2.00 2015-09-01 CADE
- version bump (CPAN release cleanup)
1.91 2015-08-23 CADE (changes from NEILB)
- Removed redundant =cut at the end of the file, which was resulting
in a pod warning.
- Added a SEE ALSO section to the pod.
- Shortened the SYNOPSIS and expanded the DESCRIPTION.
1.9 2015-08-23 CADE (changes from NEILB)
- Added some basic tests that are checking correct behaviour.
- Removed META.yml from repo, as it's generated by ExtUtils::MakeMaker
- Changed two uses of indirect method notation in the doc to use direct.
- Moved demo.pl to examples/demo.pl
- Dropped usage of Exporter, as the module doesn't export anything.
- Specified min perl version as 5.006 in code and dist metadata.
- Added prereqs to Makefile.PL
- Github repo now listed in the dist metadata.
- Added COPYRIGHT AND LICENSE section to doc
- Reformatted this file as per CPAN::Changes::Spec
Problems found with mismatching existing digests for:
distfiles/asclock-classic-1.0.tar.gz
distfiles/asclock-gtk-2.1.10beta.tar.gz
distfiles/asclock-xlib-2.0.11.tar.gz
distfiles/emiclock-2.0.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
- Updating package for p5 module Time::Progress from 1.3 to 1.5
- Setting license to gnu-gpl-v2
Upstream changes:
1.5 Wed Feb 6 2009
- %LlEe formats can take optional width (%10e for example)
1.4 Wed Feb 4 2009
- relicensed under same terms as Perl (i.e. incl. Artistic)