Skip to content

Commit

Permalink
Remove text 'All rights reserved' (for Debian licensing).
Browse files Browse the repository at this point in the history
Remove POD heads Required Modules and Changes.
Replace personal doc root with /var/www
  • Loading branch information
ronsavage committed Feb 21, 2010
1 parent b5e46d6 commit 911550e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for Perl extension HTML::Timeline.

1.07 Sun Feb 21 12:55:20 2010
- Remove text 'All rights reserved' (for Debian licensing).
- Remove POD heads 'Required Modules' and 'Changes'.
- Replace personal doc root with /var/www.
- Use namespace::autoclean with Moose.

1.06 Wed Feb 10 13:52:47 2010
- Add META.yml. Update MANIFEST.SKIP. Add MANIFEST and MYMETA.yml.

Expand Down
11 changes: 10 additions & 1 deletion Changelog.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
[Module]
Name=HTML::Timeline
Changelog.Creator=Module::Metadata::Changes V 1.06
Changelog.Creator=Module::Metadata::Changes V 1.07
Changelog.Parser=Config::IniFiles V 2.56

[V 1.07]
Date=2010-02-21T12:55:20
Comments= <<EOT
- Remove text 'All rights reserved' (for Debian licensing).
- Remove POD heads 'Required Modules' and 'Changes'.
- Replace personal doc root with /var/www.
- Use namespace::autoclean with Moose.
EOT

[V 1.06]
Date=2010-02-10T13:52:47
Comments=- Add META.yml. Update MANIFEST.SKIP. Add MANIFEST and MYMETA.yml.
Expand Down
6 changes: 3 additions & 3 deletions lib/HTML/.htlocal.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# because the trailing \ means continuation to Config::General.
# Instead, use Path::Class to join components of a path.

apache_conf_dir=/home/ron/httpd/prefork/conf
apache_doc_root=/home/ron/httpd/prefork/htdocs
apache_pod_doc_dir=/home/ron/httpd/prefork/htdocs/doc
apache_conf_dir=/etc/apache2/conf
apache_doc_root=/var/www
apache_pod_doc_dir=/var/www/doc
home=/home/ron
module_dir=/home/ron/perl.modules

Expand Down
22 changes: 0 additions & 22 deletions lib/HTML/Timeline.pm
Original file line number Diff line number Diff line change
Expand Up @@ -646,28 +646,6 @@ Do everything.
See C<examples/timeline.pl> for an example of how to call C<run()>.
=head1 Required Modules
Some of these are only used by C<bin/timeline.pl>.
=over 4
=item accessors
=item Carp
=item Gedcom
=item Gedcom::Date
=item Getopt::Long
=item Path::Class
=item Pod::Usage
=back
=head1 See also
The C<Gedcom> module.
Expand Down

0 comments on commit 911550e

Please sign in to comment.