/usr/local/CPAN/UR/UR/Value/FilePath.pm


package UR::Value::FilePath;

use strict;
use warnings;

require UR;

UR::Object::Type->define(
    class_name => 'UR::Value::FilePath',
    is => ['UR::Value::FilesystemPath'],
    english_name => 'file path',
);

1;
#$Header$