empty insert into a Sybase table with computed columns and either data_type => undef...
[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;