The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package App::Cppref;

1;
__END__

=head1 NAME

App::Cppref - man-style access to cppreference.com documents (using w3m)

=head1 DESCRIPTION

This is a dummy module so that cppref can be installed using cpan, like:

  # cpan -i App::Cppref

Please refere to L<cppref> for how to use the application.

=head1 AUTHOR

Kazuho Oku

=head1 LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html

The documents are from http://www.cppreference.com/ (under Creative Commons Attribution 3.0 license).

=cut