Location.pm (automake-1.16.2.tar.xz) | : | Location.pm (automake-1.16.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# GNU General Public License for more details. | # GNU General Public License for more details. | |||
# You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | |||
# along with this program. If not, see <https://www.gnu.org/licenses/>. | # along with this program. If not, see <https://www.gnu.org/licenses/>. | |||
package Automake::Location; | package Automake::Location; | |||
use 5.006; | use 5.006; | |||
use strict; | ||||
use warnings FATAL => 'all'; | ||||
=head1 NAME | =head1 NAME | |||
Automake::Location - a class for location tracking, with a stack of contexts | Automake::Location - a class for location tracking, with a stack of contexts | |||
=head1 SYNOPSIS | =head1 SYNOPSIS | |||
use Automake::Location; | use Automake::Location; | |||
# Create a new Location object | # Create a new Location object | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |