Acme-EyeDrops
view release on metacpan or search on metacpan
1.21 Sun Jan 19 14:01:12 2003
- documentation: minor changes
- minor code improvements
1.30 Sun Feb 23 17:19:04 2003
- new function: pour_text
- new attributes: Text, TextFiller
- added support for new attributes to demo/sightly.pl
- new test: text.t
- documentation: added 'Snowflakes' section
- minor code improvements
1.31 Sun Mar 30 18:16:14 2003
- FillerVar attribute: allow a simple string as an
alternative to a reference to filler variables
- limit.t, sightly.t: new test cases added
- added file: demo/hellotest.pl
- minor code improvements
1.32 Sun Apr 13 15:09:17 2003
- added Build.PL and adjusted Makefile.PL (thanks Ken)
- added META.yml
- new function: get_eye_string
- documentation: make_triangle, make_siertri, make_banner
- convert.t, sightly.t: new test cases added
1.33 Sat May 3 11:19:27 2003
- new shape: baghdad
- documentation: added 'Baghdad Bob' section
1.34 Sun June 8 23:42:05 2003
- documentation: added '99 Bottles of Beer' section
- new shapes: bottle, bottle2
- new function: hjoin_shapes
- new attributes: TrailingSpaces, RemoveNewlines
- added support for new attributes to demo/sightly.pl
- function make_banner: strip leading spaces if any
- new test: vshape.t
- reshape.t, sightly2.t: new test cases added
1.35 Sun June 15 09:09:59 2003
- new shape: heart (thanks `/anick)
- new shape: rose
- test vshape.t: fixed Linux-only banner test
- Build.PL: fixed for Module::Build v0.19
1.40 Sun June 29 11:19:33 2003
- There were getting to be too many .eye files cluttering the
vitally important Acme root directory, so I moved them from
Acme directory to Acme/EyeDrops directory (if you have installed
a previous version of Acme::EyeDrops, suggest you delete old
.eye files in the Acme root directory)
- new shape: flag_canada (to mark Canada day, thanks `/anick)
- new shape: map_australia
- new shape: hipowls
- new built-in shape: all
- minor change to shape: rose
- removed demo/helloworld.pl from distribution
- removed demo/hellotest.pl from distribution
- removed demo/examples.pl from distribution
- updated test programs to not rely on demo directory
1.41 Sun July 27 18:22:04 2003
- new shapes: smiley, smiley2, smiley3
- built-in shape 'all': now supports Width parameter
- documentation: shortened some examples
- new functions: get_eye_dir, set_eye_dir
- new functions: add_builtin_shape, del_builtin_shape
- new attribute: InformHandler
- function pour_sightly: added new inform_handler parameter
- new tests: border.t, gen.t, yharn.t, zgen.t (generated)
- sightly2.t removed (put into sightly.t)
- test vshape.t: added tests for new functions
- tests: now skipped correctly
- tests: text.t now run in taint mode (-Tw)
- Fixed some minor border-related bugs exposed by border.t
- added camel shape to Makefile.PL/Build.PL
- Support PERL_SMOKE environment variable for long-running tests
(see http://archive.develooper.com/perl-qa@perl.org/msg01927.html,
thanks merlyn)
1.42 Sun Aug 3 12:02:08 2003
- Bug fix release for Perl 5.8.1 (see Perl bug #23143).
- For the first time, the EyeDrops test suite uncovered a Perl bug
(dance a little jig): recur.t, test 4 failed on Perl 5.8.1-RC2
with the error: panic: pad_free curpad. Thanks merlyn for reporting.
Since this bug won't be fixed for 5.8.1, we workaround
it by never using $_ as a filler variable
- sightly.t: run generated test programs in taint mode
- tests: renamed to more appropriate names
- tests: new long running test 13_to.t
- documentation: added "Getting Started" section
- documentation: fixed program in "Naked Arm Wrestling" section
- documentation: updated 'Abbreviated History of Perl 6' section
1.43 Sun Aug 31 17:12:55 2003
- new shapes: alpaca, bighorn, map_italy
- removed functions set_eye_dir, add_builtin_shape, del_builtin_shape
which were mistakenly added to version 1.41 (these are not really
necessary and change module state, which is a Bad Thing)
- documentation: added 'twang bra-strap' to acme shape description
- tests: merged old 13_to.t, old 12_Beer.t to new 19_surrounds.t
new Test::Pod test, 18_sky.t
11_bold.t now tested in taint mode (no banner test)
12_Beer.t now banner test only (not taint safe)
1.44 Sun Apr 25 19:07:41 2004
- Bug fix release for Perl 5.8.4: some of the tests broke because
they were naughtily exploiting a Perl bug re use strict inside
( run in 1.036 second using v1.01-cache-2.11-cpan-99c4e6809bf )