Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/bacek/YAML--Tiny into yaml-…
Browse files Browse the repository at this point in the history
…tiny-import

Conflicts:
	README
  • Loading branch information
cotto committed Feb 2, 2011
2 parents 0d912d7 + 99576e1 commit afda976
Show file tree
Hide file tree
Showing 5 changed files with 685 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
@@ -0,0 +1,10 @@
all: lib/YAML/Tiny.pbc

%.pbc: %.pir
parrot -o $@ $^

%.pir: %.pm
parrot-nqp --target=pir -o $@ $^

test: lib/YAML/Tiny.pbc t/lib/Test.pbc
prove -e parrot-nqp -r -v t/*.t

0 comments on commit afda976

Please sign in to comment.