~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to library/tcltest/pkgIndex.tcl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2007-12-25 16:10:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071225161004-zr4n8bj42nh1ybll
Tags: 8.5.0-2
Again disabled stack checking on hppa architecture since it doesn't
work yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# full path name of this file's directory.
10
10
 
11
11
if {![package vsatisfies [package provide Tcl] 8.5]} {return}
12
 
package ifneeded tcltest 2.3b1 [list source [file join $dir tcltest.tcl]]
 
12
package ifneeded tcltest 2.3.0 [list source [file join $dir tcltest.tcl]]