Skip to content

Commit

Permalink
Make auto_set_repository() only run at author-time
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Apr 7, 2009
1 parent c51361d commit 562c260
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,6 +1,9 @@
Test::POE::Server::TCP
======================

1.02 Tue Apr 7 21:10:28 BST 2009
- Make auto_set_repository() only run at author-time

1.00 Mon Apr 6 22:56:27 BST 2009
- Bump version for 'stable' release
- add auto set repository to Makefile.PL
Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Expand Up @@ -6,7 +6,6 @@ inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Repository.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Test/POE/Server/TCP.pm
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.SKIP
@@ -0,0 +1,3 @@
^inc/Module/Install/Repository.pm
^MANIFEST.SKIP
^.git
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -14,5 +14,5 @@ requires 'POE::Wheel::SocketFactory' => 0;
requires 'POE::Filter::Line' => 0;
requires 'POE::Wheel::ReadWrite' => 0;
requires 'POE::Filter' => 0;
auto_set_repository;
eval "auto_set_repository";
WriteAll();
2 changes: 1 addition & 1 deletion lib/Test/POE/Server/TCP.pm
Expand Up @@ -7,7 +7,7 @@ use Socket;
use Carp qw(carp croak);
use vars qw($VERSION);

$VERSION = '1.00';
$VERSION = '1.02';

sub spawn {
my $package = shift;
Expand Down

0 comments on commit 562c260

Please sign in to comment.