Skip to content

Commit

Permalink
dzilify
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Feb 9, 2014
1 parent 2100bcc commit 42d81e3
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 104 deletions.
7 changes: 0 additions & 7 deletions Makefile.PL

This file was deleted.

78 changes: 0 additions & 78 deletions README

This file was deleted.

15 changes: 0 additions & 15 deletions ToDo

This file was deleted.

1 change: 0 additions & 1 deletion lib/Module/Install/TestML.pm
Expand Up @@ -7,7 +7,6 @@ use Module::Install::Base;

use vars qw($VERSION @ISA);
BEGIN {
$VERSION = '0.26';
@ISA = 'Module::Install::Base';
}

Expand Down
5 changes: 3 additions & 2 deletions lib/TestML.pm
@@ -1,7 +1,8 @@
# ABSTRACT: A Generic Software Testing Meta Language
package TestML;
use TestML::Base;
# VERSION

our $VERSION = '0.30';
use TestML::Base;

has runtime => ();
has compiler => ();
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions notes/ToDo → note/ToDo
@@ -1,3 +1,16 @@
+ Change Call/Point to Point in AST
- Review AST for ugliness
- Make Bridge and Library be real classes.
- Make TestML::Util for str num bool list exports.
- Consider testml_str or tml_str

- Comment code.
- Note major API change in 0.30
- Switch TestML::$VERSION to 0.0.x
- Maybe try JSONY first
- Handle uncaught errors in testml


+ Clean up assert_* functions
+ Meta data goes in global variable stash.
+ Title, Plan and Data can become variables
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion t/compile.t
@@ -1,5 +1,5 @@
# BEGIN { $Pegex::Parser::Debug = 1 }
use Test::Differences; *is = \&eq_or_diff;
# use Test::Differences; *is = \&eq_or_diff;
use Test::More;
# use Test::Diff;
use strict;
Expand Down

0 comments on commit 42d81e3

Please sign in to comment.