# File lib/cgikit/package.rb, line 67
    def path=( path )
      @path = path
      @name = File.basename(path)
    end