Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jan 24, 2015
1 parent 5893b1e commit c532626
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 22 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.2
date: Fri Jan 23 21:26:18 PST 2015
changes:
- Make up to date
---
version: 0.0.1
date: Sun Oct 27 22:53:10 PDT 2013
changes:
Expand Down
2 changes: 1 addition & 1 deletion License
@@ -1,6 +1,6 @@
(The MIT License)

Copyright © 2013, 2014 Ingy döt Net
Copyright © 2013-2015. Ingy döt Net.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the ‘Software’), to deal in
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -13,7 +13,7 @@ $(MAN3)/%.3: doc/%.swim swim-check
swim --to=man $< > $@

ReadMe.pod: $(DOC) swim-check
swim --to=pod --complete=1 --wrap=1 $< > $@
swim --to=pod --complete --wrap $< > $@

swim-check:
@# Need to assert Swim and Swim::Plugin::badge are installed
10 changes: 5 additions & 5 deletions Meta
@@ -1,12 +1,12 @@
=meta: 0.0.1
=meta: 0.0.2

name: test-more
version: 0.0.1
version: 0.0.2
abstract: TAP Testing for Bash
homepage: http://bpan.org/package/test-more/

license: MIT
copyright: 2013, 2014
copyright: 2013-2015
author:
name: Ingy döt Net
email: ingy@ingy.net
Expand All @@ -17,8 +17,8 @@ author:

requires:
bash: 3.2.0
bashplus: 0.0.1
test-tap: 0.0.1
bashplus: 0.0.6
test-tap: 0.0.3
test:
cmd: make test
install:
Expand Down
8 changes: 5 additions & 3 deletions ReadMe.pod
@@ -1,7 +1,7 @@
=pod

=for comment
DO NOT EDIT. This Pod was generated by Swim.
DO NOT EDIT. This Pod was generated by Swim v0.1.38.
See http://github.com/ingydotnet/swim-pm#readme

=encoding utf8
Expand Down Expand Up @@ -106,8 +106,10 @@ More detailed info coming soon.

Ingy döt Net <ingy@bpan.org>

=head1 Copyright
=head1 Copyright & License

Copyright 2013-2014 Ingy döt Net
Copyright 2013-2015. Ingy döt Net.

The MIT License (MIT)

=cut
6 changes: 4 additions & 2 deletions doc/test-more.swim
Expand Up @@ -82,6 +82,8 @@ More detailed info coming soon.

Ingy döt Net <ingy@bpan.org>

= Copyright
= Copyright & License

Copyright 2013-2014 Ingy döt Net
Copyright 2013-2015. Ingy döt Net.

The MIT License (MIT)
4 changes: 2 additions & 2 deletions lib/test/more.bash
@@ -1,10 +1,10 @@
# test/more.bash - Complete TAP test framework for Bash
#
# Copyright (c) 2013 Ingy döt Net
# Copyright (c) 2013-2015. Ingy döt Net.

set -e

Test__More_VERSION=0.0.1
Test__More_VERSION=0.0.2

source bash+ :std
use Test::Tap
Expand Down
16 changes: 8 additions & 8 deletions man/man3/test-more.3
Expand Up @@ -70,8 +70,8 @@
.rr rF
.\" ========================================================================
.\"
.IX Title "IO::FILE=IO(0XAE6EE0) 1"
.TH IO::FILE=IO(0XAE6EE0) 1 "2014-07-05" "perl v5.18.1" "User Contributed Perl Documentation"
.IX Title "IO::FILE=IO(0X257A280) 1"
.TH IO::FILE=IO(0X257A280) 1 "2015-01-23" "perl v5.18.1" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down Expand Up @@ -131,9 +131,7 @@ Run the test with \f(CW\*(C`prove\*(C'\fR like this:
Prove knows it's Bash from the first line (the hashbang), and it just works.
.SH "Description"
.IX Header "Description"
Test::More is the tried and true testing library for Perl. It uses \s-1TAP \s0(the
Test Anything Protocol). This is the same thing for Bash. For the most part it
should work exactly the same.
Test::More is the tried and true testing library for Perl. It uses \s-1TAP \s0(the Test Anything Protocol). This is the same thing for Bash. For the most part it should work exactly the same.
.SH "Methods"
.IX Header "Methods"
This is the basic usage:
Expand Down Expand Up @@ -168,6 +166,8 @@ More detailed info coming soon.
.SH "Author"
.IX Header "Author"
Ingy döt Net <ingy@bpan.org>
.SH "Copyright"
.IX Header "Copyright"
Copyright 2013\-2014 Ingy döt Net
.SH "Copyright & License"
.IX Header "Copyright & License"
Copyright 2013\-2015. Ingy döt Net.
.PP
The \s-1MIT\s0 License (\s-1MIT\s0)

0 comments on commit c532626

Please sign in to comment.