Michael Schwern is the creator of Test::Simple and Test::More and probably the person who introduced testing to the Perl community. He tells us how he got involved in Perl, why did he build the test framework for Perl, and how did he manage to get people use these tools.
He also tells us about is upcoming course on Git. (24:36 min)
Show notes:
* [@schwern](http://twitter.com/schwern) Michael Schwern on Twitter
* [Test::Simple](https://metacpan.org/module/Test::Simple)
* [Test::More](https://metacpan.org/module/Test::More)
* [Test::Harness](https://metacpan.org/module/Test::Harness)
* [TAP Test Anything Protocol](http://testanything.org/)
* [YAPC::NA](http://www.yapcna.org/) the Perl conference.
* [Git Master class](http://www.yapcna.org/yn2013/training.html#git1) at YAPC::NA on June 2, 2013 and repeated on June 6, 2013
* Programming Perl:
[Book](https://www.amazon.com/gp/product/0596004923/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0596004923&linkCode=as2&tag=szabgab-20)
and for [Kindle](https://www.amazon.com/gp/product/B007S291SA/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B007S291SA&linkCode=as2&tag=szabgab-20)
(Pink Camel was the first edition)
How to get people to use your module: Make a simple solution and advertise it.
* Simple interface
* Documentation
* Tutorial
* Make people see the **subjective** value in it.