Time::Duration is no longer used, remove from docs and recommends.
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 20 Mar 2008 01:59:40 +0000 (21:59 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 20 Mar 2008 01:59:40 +0000 (21:59 -0400)
Makefile.PL
debian/changelog
debian/control
doc/install.mdwn
doc/tips/SharedHosting.mdwn

index dad0fedcad58424157ee9d3dfbb259a48ae7b14a..e85b33a8fa3f1b1ca67acf68a97537e524dab41b 100755 (executable)
@@ -101,7 +101,6 @@ WriteMakefile(
                'HTML::Template'        => 0,
                'HTML::Scrubber'        => 0,
                'CGI::FormBuilder'      => 3.02.02,
-               'Time::Duration'        => 0,
                'CGI::Session'          => 0,
                'Mail::Sendmail'        => 0,
                'HTML::Parser'          => 0,
index 8f505782ec637d5fb79b3dcf2e92e3dac1eb1878..6dd215f2c3241065e565c108b394f59b78257ae2 100644 (file)
@@ -51,6 +51,7 @@ ikiwiki (2.41) UNRELEASED; urgency=low
     things that need to know the page source or type can query it from there.
     Fixes previewing of tables when creating a new page.
   * German translation update. Closes: #471540
+  * Time::Duration is no longer used, remove from docs and recommends.
 
  -- martin f. krafft <madduck@debian.org>  Sun, 02 Mar 2008 17:46:38 +0100
 
index 886456c0f782438a7151fb31298501c6a12ebef4..0bc2cbfded9d7abead13dc6db09f7de46af58ffb 100644 (file)
@@ -13,7 +13,7 @@ Vcs-Browser: http://git.ikiwiki.info/?p=ikiwiki
 Package: ikiwiki
 Architecture: all
 Depends: ${perl:Depends}, markdown, libhtml-scrubber-perl, libhtml-template-perl, libhtml-parser-perl, liburi-perl
-Recommends: gcc | c-compiler, libc6-dev | libc-dev, subversion | git-core | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38), libxml-simple-perl, libnet-openid-consumer-perl, liblwpx-paranoidagent-perl, libtimedate-perl, libcgi-formbuilder-perl (>= 3.05), libtime-duration-perl, libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl
+Recommends: gcc | c-compiler, libc6-dev | libc-dev, subversion | git-core | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38), libxml-simple-perl, libnet-openid-consumer-perl, liblwpx-paranoidagent-perl, libtimedate-perl, libcgi-formbuilder-perl (>= 3.05), libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl
 Suggests: viewvc | gitweb | viewcvs, hyperestraier, librpc-xml-perl, libtext-wikiformat-perl, python, python-docutils, polygen, tidy, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl, libtext-csv-perl, libdigest-sha1-perl, graphviz
 Conflicts: ikiwiki-plugin-table
 Replaces: ikiwiki-plugin-table
index 5e3720c5ebc609457b6fd887d86c5ca8aaa6a179..170a1d93adbf5e130b800ed10ac8f43ba9ca3820 100644 (file)
@@ -11,9 +11,9 @@ perl modules be installed.
 
 It also uses the following perl modules if available: [[cpan
 CGI::Session]], [[cpan CGI::FormBuilder]] (version 3.05 or newer), [[cpan
-Mail::Sendmail]], [[cpan Time::Duration]], [[cpan TimeDate]], [[cpan
-RPC::XML]], [[cpan XML::Simple]], [[cpan XML::Feed]], [[cpan
-File::MimeInfo]], [[cpan Locale::gettext]] (version 1.04 or newer).
+Mail::Sendmail]], [[cpan TimeDate]], [[cpan RPC::XML]],
+[[cpan XML::Simple]], [[cpan XML::Feed]], [[cpan File::MimeInfo]],
+[[cpan Locale::gettext]] (version 1.04 or newer).
 
 It's recommended you have a C compiler, as ikiwiki uses one to build
 wrappers.
index aa8ea21a4e94149fe76d3179770159e3a7d8c563..5af894d160359285acbd2a538b2ecc527b3cc196 100644 (file)
@@ -109,7 +109,7 @@ Install the modules required for Ikiwiki.  I install all of the ones required *a
 
     install Text::Markdown URI HTML::Parser HTML::Template
     install CGI CGI::Session CGI::FormBuilder
-    install Mail::Sendmail Time::Duration HTML::Scrubber
+    install Mail::Sendmail HTML::Scrubber
     install RPC::XML XML::Simple XML::Feed File::MimeInfo Locale::gettext
 
 # Changes to Ikiwiki's build/install process