https://github.com/genome/genome
Revision 594a51dc252818ff69bd44dab60c80a4ad3d10a9 authored by Thomas B. Mooney on 20 February 2020, 22:11:27 UTC, committed by Thomas B. Mooney on 20 February 2020, 22:11:27 UTC
This usually doesn't matter at all, but if someone is trying to test
different perl versions they'll be glad it's here :)
1 parent 4915e2f
Raw File
Tip revision: 594a51dc252818ff69bd44dab60c80a4ad3d10a9 authored by Thomas B. Mooney on 20 February 2020, 22:11:27 UTC
Use the current interpreter rather than assuming genome-perl.
Tip revision: 594a51d
.gitignore
# Mac OS X
.DS_Store

# Komodo project files
*.kpf
*.komodoproject

# swap and backup files
*.swo
*.swp
*~

tags

# symlinks that test environment makes
bin/perl
bin/prove

# binary version of SQLite databases
lib/perl/Genome/DataSource/Meta.sqlite3
lib/perl/Genome/DataSource/SearchIndexQueue.sqlite3
back to top