[Module-build-checkins] Module-Build/lib/Module/Build Base.pm,1.463,1.464
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-07-27 04:48:05
|
Update of /cvsroot/module-build/Module-Build/lib/Module/Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25097/lib/Module/Build Modified Files: Base.pm Log Message: Change license_url to an entry in a new 'resources' entry Index: Base.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Base.pm,v retrieving revision 1.463 retrieving revision 1.464 diff -u -d -r1.463 -r1.464 --- Base.pm 25 Jul 2005 03:52:10 -0000 1.463 +++ Base.pm 27 Jul 2005 04:47:51 -0000 1.464 @@ -2591,7 +2591,7 @@ $node->{$name} = $self->$_(); } if (defined( my $url = $self->valid_licenses->{ $self->license } )) { - $node->{license_url} = $url; + $node->{urls}{license} = $url; } foreach ( @{$self->prereq_action_types} ) { |