There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Foorum::Schema::Upload - Table 'upload'

COLUMNS

upload_id

INT(11)

NOT NULL, PRIMARY KEY

user_id

INT(11)

NOT NULL

forum_id

INT(11)

NOT NULL

filename

VARCHAR(36)

filesize

DOUBLE(64)

filetype

VARCHAR(4)

AUTHOR

Fayland Lam <fayland at gmail.com>