<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git-branch-list/Makefile, branch v0.1.1</title>
<subtitle>A Git add-on that maintains a list of branches that can be checked out quickly</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/'/>
<entry>
<title>t/: Move `$BIN` variable to module</title>
<updated>2018-03-18T17:25:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-03-18T17:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=975b9d397076e26ba205a71cac4a5db190d873f9'/>
<id>975b9d397076e26ba205a71cac4a5db190d873f9</id>
<content type='text'>
In order to be able to easily reuse the `$BIN` variable we created in
the test for the `clear` sub-command, move it to a Perl module that can
be included in other tests.

Add the `t/` directory to the include path when running `prove` to
ensure that `bin.pm` can be found and included.

Thanks to these resources for explaining Perl modules:
https://perlmaven.com/how-to-create-a-perl-module-for-code-reuse
https://stackoverflow.com/questions/23899121/perl-declare-and-export-variables-from-a-module/23900384#23900384
https://stackoverflow.com/questions/17931981/what-is-isa-in-perl/17932340#17932340
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to be able to easily reuse the `$BIN` variable we created in
the test for the `clear` sub-command, move it to a Perl module that can
be included in other tests.

Add the `t/` directory to the include path when running `prove` to
ensure that `bin.pm` can be found and included.

Thanks to these resources for explaining Perl modules:
https://perlmaven.com/how-to-create-a-perl-module-for-code-reuse
https://stackoverflow.com/questions/23899121/perl-declare-and-export-variables-from-a-module/23900384#23900384
https://stackoverflow.com/questions/17931981/what-is-isa-in-perl/17932340#17932340
</pre>
</div>
</content>
</entry>
<entry>
<title>Add TAP test structure</title>
<updated>2018-03-18T15:05:30+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-03-18T15:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=a47bf8ba13440c9691bf002a5bf687175d9c0937'/>
<id>a47bf8ba13440c9691bf002a5bf687175d9c0937</id>
<content type='text'>
Copied and modified from:

https://github.com/teddywing/git-hook-pre-commit-python-javascript-syntax-linter/blob/efa1909/t/001-setup.t
https://github.com/teddywing/git-hook-pre-commit-python-javascript-syntax-linter/blob/f6bb0d3/t/999-teardown.t
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copied and modified from:

https://github.com/teddywing/git-hook-pre-commit-python-javascript-syntax-linter/blob/efa1909/t/001-setup.t
https://github.com/teddywing/git-hook-pre-commit-python-javascript-syntax-linter/blob/f6bb0d3/t/999-teardown.t
</pre>
</div>
</content>
</entry>
</feed>
