bin/br_pmfetch.rb in bio-1.2.1 vs bin/br_pmfetch.rb in bio-1.3.0
- old
+ new
@@ -4,18 +4,19 @@
#
# Copyright:: Copyright (C) 2004, 2005
# Toshiaki Katayama <k@bioruby.org>
# License:: The Ruby License
#
-# $Id: br_pmfetch.rb,v 1.7 2007/04/05 23:35:39 trevor Exp $
+# $Id:$
#
-PROG_VER = '$Id: br_pmfetch.rb,v 1.7 2007/04/05 23:35:39 trevor Exp $'
+require 'bio'
+
+PROG_VER = "Powered by BioRuby #{Bio::BIORUBY_VERSION_ID}"
PROG_NAME = File.basename($0)
require 'getoptlong'
-require 'bio'
### formatting
class String