A test for an obscure join syntax - make sure we don't break it
[dbsrgits/DBIx-Class.git] / maint / steal-svn-log.sh
1 #!/bin/sh
2
3 cd maint;
4 rm svn-log.perl;
5 wget https://thirdlobe.com/svn/repo-tools/trunk/svn-log.perl;