Skip to content

Commit

Permalink
Release v1.002
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Nov 15, 2012
2 parents 08cfe3a + d5c5dd1 commit bbe3cd7
Show file tree
Hide file tree
Showing 2 changed files with 9,091 additions and 28 deletions.
46 changes: 19 additions & 27 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -207,33 +207,6 @@ Fetch the script from GitHub:
git clone https://github.com/dolmen/github-keygen.git
cd github-keygen

Optional (but recommended to better understand what is done): install the
L<Text::Diff> Perl module. Use the one packaged by your system distribution
if possible.

=over 4

=item * Debian/Ubuntu:

sudo apt-get install libtext-diff-perl

=item * RedHat/Fedora:

sudo yum install perl-Text-Diff

=item * OpenSuse:

sudo zipper install perl-Text-Diff

=item * Mandriva/Mageia/...:

sudo urpmi install perl-Text-Diff

=item * CPAN:

Install L<Text::Diff|https://metacpan.org/module/Text::Diff> with your favorite
CPAN client.

=back

=head1 UPGRADE
Expand All @@ -246,6 +219,25 @@ changed (if you have installed the L<Text::Diff> perl module).
git pull --rebase
./github-keygen

=head1 HISTORY

=item v1.002

No functional changes, but distribution changes: branch C<master> abandonned
and replaced by C<release> (build result) and C<devel> (source).

C<github-keygen> is now L<fatpacked|https://metacpan.org/module/App::FatPacker>
from C<bin/github-keygen> in the C<devel> branch with
L<https://metacpan.org/module/Pod::Usage|Pod::Usage> and
L<https://metacpan.org/module/Text::Diff|Text::Diff>, so those modules do not
have to be installed before usage.

=item v1.001 and before

See the git log.

=back

=head1 SUPPORT

IRC: ask C<dolmen> on C<irc.perl.org>.
Expand Down
Loading

0 comments on commit bbe3cd7

Please sign in to comment.