HTML-Location

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    HTML::Location - Working with disk to URI file mappings (deprecated: see
    URI::ToDisk)

STATUS
    As correctly noted by several users, "HTML::Location" is a really stupid
    name for this module. I apologise, I was new to the whole CPAN game at
    the time I first wrote it.

    This module has been relocated to URI::ToDisk. This module will remain
    indefinately for back-compatibility, but should otherwise be considered
    deprecated.

    Please convert your code to the otherwise identical URI::ToDisk at your
    leisure.

SYNOPSIS
      # We have a directory on disk that is accessible via a web server
      my $authors = HTML::Location->new( '/var/www/AUTHORS', 'http://ali.as/AUTHORS' );
  

lib/HTML/Location.pm  view on Meta::CPAN

=head1 NAME

HTML::Location - Working with disk to URI file mappings (deprecated: see URI::ToDisk)

=head1 STATUS

As correctly noted by several users, C<HTML::Location> is a really stupid
name for this module. I apologise, I was new to the whole CPAN game at the
time I first wrote it.

B<This module has been relocated> to L<URI::ToDisk>. This module will
remain indefinately for back-compatibility, but should otherwise be
B<considered deprecated>.

Please convert your code to the otherwise identical L<URI::ToDisk> at
your leisure.

=head1 SYNOPSIS

  # We have a directory on disk that is accessible via a web server
  my $authors = HTML::Location->new( '/var/www/AUTHORS', 'http://ali.as/AUTHORS' );



( run in 0.591 second using v1.01-cache-2.11-cpan-5511b514fd6 )