Item.pm (automake-1.16.2.tar.xz) | : | Item.pm (automake-1.16.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 20 | skipping to change at line 20 | |||
# 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::Item; | package Automake::Item; | |||
use 5.006; | use 5.006; | |||
use strict; | use strict; | |||
use warnings FATAL => 'all'; | ||||
use Carp; | use Carp; | |||
use Automake::ChannelDefs; | use Automake::ChannelDefs; | |||
use Automake::DisjConditions; | use Automake::DisjConditions; | |||
=head1 NAME | =head1 NAME | |||
Automake::Item - base class for Automake::Variable and Automake::Rule | Automake::Item - base class for Automake::Variable and Automake::Rule | |||
=head1 DESCRIPTION | =head1 DESCRIPTION | |||
=head2 Methods | =head2 Methods | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |