/usr/local/CPAN/Cog/Cog/Page.pm


package Cog::Page;

sub new {
    die "Cog::Page has been moved to Cog::Node!";
}

1;