App-SimpleScan
view release on metacpan or search on metacpan
1.15 Wed Jul 19 16:24:42 PDT 2006
- reorder the creation of the test boilerplate to avoid
ordering errors with the new Include plugin
1.14 Mon Jul 17 16:56:52 PDT 2006
- changes to conform to Perl::Critic recommendations
1.13 Wed Jul 12 11:52:33 PDT 2006
- contributed fix: allow non-http URLs to be tested
(from bbking@checkfree.com)
- Clarified App::SimpleScan docs: this is not useful to
read if you want to run simple_scan; only useful if
you're subclassing this class (or writing your own app)
- Addded PLUGINS section to simple_scan doc.
1.12 Wed Jul 5 12:40:18 PDT 2006
- fixed pattern interpolation into the comment section of
the generated code so Perl wouldn't complain about bad
character escapes in the string.
1.11 Fri Jun 23 17:41:22 PDT 2006
- expand_backticked was changed to a method to allow it
to more easily emit warnings for mismatched quotes.
- mismatched quotes are now explicitly diagnosed. Formerly,
there'd be a !!THISISGARBAGE!! in the output. Not right.
1.10 Fri Jun 23 12:53:33 PDT 2006
- Unicode works!
- accented character tests gone.
- Non-Latin test patches welcome.
1.09 Mon Jun 19 12:07:25 PDT 2006
- Add test run status reporting to simple_report -status
1.08 Thu Jun 8 16:35:15 PDT 2006
- Fix Makefile.PL so simple_report gets installed.
1.07 Wed May 31 16:53:06 PDT 2006
- Changed simple_report to send the status messages (x% done)
to STDERR
1.06 Tue May 2 15:31:41 PDT 2006
- Changed status reporting leader chars to make them easier to spot
(and strip out)
- removed "Running" status - that's what 'ok'/'not ok' is for
1.05 Fri Apr 28 17:00:27 PDT 2006
- added --status and tests for it
1.04 Thu Apr 27 17:17:04 PDT 2006
- fixed tests failing on Solaris (left off specific
path to simple_scan - d'oh!)
1.03 Tue Apr 11 14:17:13 PDT 2006
- mysterious 08cache.t test failure solved!
- began work on substitution optimization
- suppressed (finally) the Text::Balanced warnings
1.02 Mon Apr 10 09:51:38 PDT 2006
- Initial upload failed; trying again
1.01 Fri Mar 31 13:06:43 PST 2006
- Changed shebang line to use /usr/bin/env
(not /home/y, d'oh).
1.00 Fri Mar 17 12:25:43 PST 2006
- New interfaces deserve a full version update.
- current_line method added to allow plugins to
spy on the input line if they want to.
- All plugins now converted to use output filters
instead of hooking stack_test.
- More documentation of the base simple_scan
program.
0.34 Mon Mar 13 16:21:56 PST 2006
- totally reorganized variable substitution to fix
nested variable substitution problems; variable
substitution now returns only the unique tests
generated by substituting variables
- replace per_test with a more flexible filtering
architecture
- dependencies code still under development, so
it's still possible to set up an infinite
substitution loop, like
%%foo <bar>
%%bar <foo>
<foo>
To be fixed in an upcoming release.
0.33 Thu Mar 2 13:57:46 PST 2006
- expose expand_backticked method
- reorganize module documentation
0.32 Wed Feb 22 15:47:10 PST 2006
- Add input queue manipulation to set up for macro-like
pragmas and simpler input handling for test spec
expansion
- internal topological sort to resolve possible
circular dependencies:
%%foo this is <bar>
%%bar this is <foo>
- Add code to save current test spec (useful if
an overridden method needs to see the current spec)
0.31 Mon Feb 13 13:02:04 PST 2006
- document that %ENV variables work in substitution pragmas
0.30 Fri Feb 10 15:32:13 PST 2006
- Change all test and code stacking in App::SimpleScan::Testspec
to use stack_test and stack_code so this is consistent
across core code and plugins.
0.29 Mon Feb 6 16:20:09 PST 2006
- expanded plugin documentation
- expanded tests to match new docs
0.28 Mon Feb 6 12:18:21 PST 2006
- fixed missing default agent_alias
0.27 Thu Jan 26 12:49:14 PST 2006
( run in 1.199 second using v1.01-cache-2.11-cpan-b16cb0d3907 )