Commit graph

228 commits

Author SHA1 Message Date
Adam Spiers 8357dca645 Remove "There are no outstanding operations to perform" warning.
This is more in keeping with the UNIX convention of no output on success,
and is also the way Stow v1.x behaved.  Thanks to Adam Sampson for the suggestion.
2012-01-11 14:01:40 +00:00
Adam Spiers d51ff055c2 Fix wrong version number in NEWS. 2012-01-10 12:17:58 +00:00
Adam Spiers 9889d10b2e Bump version to 2.1.3 2012-01-09 22:12:49 +00:00
Adam Spiers 0c6d5639e3 Rename test files to reflect their purpose. 2012-01-09 22:12:49 +00:00
Adam Spiers c3c866a00b Rename stow.t to be more consistent with its purpose. 2012-01-09 22:12:49 +00:00
Adam Spiers 92eee74bb3 perl Build.PL needs a prefix during testing 2012-01-09 22:10:48 +00:00
Adam Spiers 7e44666640 Add --adopt / -a option. 2012-01-09 21:29:34 +00:00
Adam Spiers 5110ea8338 Add stacktrace to internal error report to aid debugging. 2012-01-09 21:11:58 +00:00
Adam Spiers 4dce3d0ce8 Use get_conflict_count() in tests since get_conflicts() no longer returns a flat structure. 2012-01-09 18:32:06 +00:00
Adam Spiers 1200420687 Link to website to encourage users to report bugs. 2012-01-09 17:52:11 +00:00
Adam Spiers e466732bbf Improve readability of NEWS file when viewed raw. 2012-01-09 16:42:40 +00:00
Adam Spiers 1efb786140 Improve existing comments. 2012-01-09 16:25:27 +00:00
Adam Spiers 782836bad7 Improve the footnote which defines 'subpath'. 2011-12-21 11:45:59 +00:00
Adam Spiers 7c90000393 Add another ignore example to the manual and test suite. 2011-12-21 11:45:43 +00:00
Adam Spiers 6e5331814d Fix some incorrect CPAN meta-data about the project. 2011-12-15 21:14:07 +00:00
Adam Spiers 215e0dac13 Make configure check for Perl modules required by test suite. 2011-12-13 16:12:29 +00:00
Adam Spiers d3847e951a Make stow script return true for t/stow.t
According to http://matrix.cpantesters.org/?dist=Stow
this only seems to be an issue with Perl <= 5.8.7.
2011-12-11 13:23:37 +00:00
Adam Spiers 1f35c6c94f Automate check for 'use lib' line in bin/stow. 2011-12-11 13:16:03 +00:00
Adam Spiers 23fe1510d2 Bump version to 2.1.2. 2011-12-07 20:48:50 +00:00
Adam Spiers 195c80e9d7 Significantly improve the handling of --with-pmdir. 2011-12-07 20:48:50 +00:00
Adam Spiers 8817815059 Make capitalisation consistent in usage text. 2011-12-07 20:31:20 +00:00
Adam Spiers d88434f16e Abort ./configure if we can't find Perl. 2011-12-07 20:31:18 +00:00
Adam Spiers e7e0646db0 Ensure the ChangeLog is up-to-date when making a new distribution.
Thanks to Stefano Lattarini for this suggestion.
2011-12-07 01:23:41 +00:00
Adam Spiers 5eef9830c1 Use maintainer-clean-local rule, not maintainer-clean. 2011-12-07 01:22:56 +00:00
Adam Spiers 15f44a3275 `make clean' shouldn't remove files which the user may not be able to rebuild. 2011-12-06 20:33:08 +00:00
Adam Spiers d051936bf5 Bump version to 2.1.1 2011-12-06 17:42:02 +00:00
Adam Spiers fb2f621b1c Ignore .mrdownload files from my `download' plugin to Joey Hess' mr utility. 2011-12-06 17:34:31 +00:00
Adam Spiers 7b62cbf09a Add a workaround for not being able to ensure that git commit triggers
ChangeLog update.
2011-12-06 17:31:10 +00:00
Adam Spiers 8fea1a8dbb Show when ChangeLog is rebuilt. 2011-12-06 17:24:50 +00:00
Adam Spiers 9dbe5e4c92 Fix release instructions regarding CPAN distribution. 2011-12-06 17:23:09 +00:00
Adam Spiers d6afb3d062 Refill paragraph in README. 2011-12-06 17:23:09 +00:00
Adam Spiers 7d30557b4d Don't duplicate information from INSTALL. 2011-12-06 17:23:09 +00:00
Adam Spiers 6951315218 Document installation via Module::Build. 2011-12-06 17:23:08 +00:00
Adam Spiers 82debd4e8f Document prerequisites for installation. 2011-12-06 17:11:12 +00:00
Adam Spiers d6d51a7883 chkstow was missing from Module::Build install. 2011-12-06 17:11:12 +00:00
Adam Spiers 51b1bd3958 File::Slurp is no longer used. 2011-12-06 17:11:12 +00:00
Adam Spiers bbaace4d5a Fix automake issues (thanks to Stefano Lattarini for spotting these!) 2011-12-06 17:11:12 +00:00
Adam Spiers d1073789d2 Add $(PDF) and $(HTML) variables. 2011-12-06 17:11:12 +00:00
Adam Spiers 813a016c1a Add *.orig to MANIFEST.SKIP. 2011-12-06 17:11:12 +00:00
Adam Spiers 884a4b8556 Ditch deprecated AM_MAINTAINER_MODE. 2011-12-06 16:26:29 +00:00
Adam Spiers a9469a0f67 Add licensing changes to TODO. 2011-12-06 16:26:29 +00:00
Adam Spiers bc661ae77b Add bug-reporting email address and a couple of URLs to usage text
to comply with GNU Coding Standards for --help option.
2011-12-06 16:26:29 +00:00
Adam Spiers 1507d1a055 Calculated the correct default value for pmdir based on the local Perl installation. 2011-12-06 16:26:27 +00:00
Adam Spiers d879bde678 Fixed bug where --with-pmdir was ineffectual. 2011-12-06 16:26:24 +00:00
Adam Spiers 419e31b4c6 Change @dircategory to `System administration' as suggested by Karl Berry. 2011-12-04 14:57:34 +00:00
Adam Spiers f032e30cc8 Add git push and update of online documentation to HOWTO-RELEASE. 2011-12-03 18:13:09 +00:00
Adam Spiers f5d0bd178d Release announcements should go to stow-devel too. 2011-12-03 17:51:48 +00:00
Adam Spiers f649cd2766 Fix error in gnupload command-line. 2011-12-03 17:51:44 +00:00
Adam Spiers 4b75cb5fa9 Add a missing space. 2011-12-03 17:09:48 +00:00
Adam Spiers 519566f3f4 Add a missing hyperlink to the Stow homepage. 2011-12-03 16:40:20 +00:00