Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
prep new release
  • Loading branch information
rjbs committed Jan 16, 2009
1 parent 7a557ed commit 4e2ca57
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 26 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Sub-Install

0.925 2009-01-16
add repo loc to metadata

0.924 2006-11-13
packaging improvements

Expand Down
18 changes: 0 additions & 18 deletions MANIFEST

This file was deleted.

9 changes: 9 additions & 0 deletions MANIFEST.SKIP
@@ -0,0 +1,9 @@
MANIFEST.SKIP
^\.git/
.gitignore
blib\b
cover_db
^Makefile$
^Makefile.old$
\.bak$
^Sub-Install
8 changes: 8 additions & 0 deletions Makefile.PL
Expand Up @@ -13,6 +13,14 @@ WriteMakefile(
'Scalar::Util' => 0,
'Test::More' => 0,
},
(eval { ExtUtils::MakeMaker->VERSION(6.46) }
? (META_MERGE => {
resources => {
Repository => 'http://github.com/rjbs/sub-install'
}
})
: ()
),
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Sub-Install-* cover_db' },
);
13 changes: 5 additions & 8 deletions lib/Sub/Install.pm
Expand Up @@ -12,13 +12,11 @@ Sub::Install - install subroutines into packages easily
=head1 VERSION
version 0.924
$Id$
version 0.925
=cut

our $VERSION = '0.924';
our $VERSION = '0.925';

=head1 SYNOPSIS
Expand Down Expand Up @@ -315,10 +313,9 @@ Sub-Installer distribution.
=head1 BUGS
Please report any bugs or feature requests to C<bug-sub-install@rt.cpan.org>,
or through the web interface at L<http://rt.cpan.org>. I will be notified, and
then you'll automatically be notified of progress on your bug as I make
changes.
Please report any bugs or feature requests through the web interface at
L<http://rt.cpan.org>. I will be notified, and then you'll automatically be
notified of progress on your bug as I make changes.
=head1 COPYRIGHT
Expand Down

0 comments on commit 4e2ca57

Please sign in to comment.